#6D77D0

Color #6D77D0 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6D77D0

Tints of Chetwode Blue #6D77D0

Color information

#6D77D0 (or 0x6D77D0) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 77 and D0. RGB value is (109,119,208). Sum of RGB (Red+Green+Blue) = 109+119+208=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D77D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D77D0 is #92882F. Grayscale: #7D7D7D. Windows color (decimal): -9603120 or 13662061. OLE color: 13662061.

HSL color Cylindrical-coordinate representation of color #6D77D0: hue angle of 233.94º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D77D0 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109119208-
CMYK0.480.4300.18
HSL233.94º51.3%62.16%-
HSV(B)233.94º47.6%81.57%-
XYZ24.292162.45-
YUV126.16174.19115.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 27.29%
BLUE value IS 208 (81.64% from 255) = 47.71%
R=25%
G=27.29%
B=47.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091192080.480.4300.18233.9451.362.16
Hex6D77D0302B012ea333e
Octal15516732060530223526376
Binary110110111101111101000011000010101101001011101010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D77D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D77D0; }

 p { color: rgb(109,119,208); }

 H1.HeaderClassName
 {
   color: #6D77D0;
 }
 .AnyTagClassName
 {
   color: #6D77D0;
 }
</style>
background-color css

<style>
 a { background-color: #6D77D0; }

 a { background-color: rgb(109,119,208); }

 div.DivClassName
 {
   background-color: #6D77D0;
 }
 .BgClassName
 {
   background-color: #6D77D0;
 }
</style>
border-color css

<style>
 span { border-color: #6D77D0; }

 span { border-color: rgb(109,119,208); }

 td.TdClassName
 {
   border-color: #6D77D0;
 }
 .TagClassName
 {
   border-color: #6D77D0;
 }
</style>