Html Css Color HEX #666DBD Chetwode Blue

📋 copy color: '#666DBD'

red 102 ◦ green 109 ◦ blue 189

#666DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #666DBD

Tints of Chetwode Blue #666DBD

RGB

 RED value IS 102 (40.23% from 255) = 25.5%

 GREEN value IS 109 (42.97% from 255) = 27.25%

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 25.5%
G = 27.25%
B = 47.25%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#666DBD (or 0x666DBD) is known color: Chetwode Blue. HEX triplet: 66, 6D and BD. RGB value is (102,109,189). Sum of RGB (Red+Green+Blue) = 102+109+189=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #666DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DBD is #999242. Grayscale: #737373. Windows color (decimal): -10064451 or 12414310. OLE color: 12414310.

HSL color Cylindrical-coordinate representation of color #666DBD: hue angle of 235.17º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #666DBD is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 109 189 -
CMYK 0.46 0.42 0 0.26
HSL 235.17º 0.4% 0.57% -
HSV(B) 235.17º 0.46% 0.74% -
XYZ 20.13 17.44 50.45 -
YUV 116.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 102 109 189 0.46 0.42 0 0.26 235.17 0.4 0.57
Hex 66 6D BD 2E 2A 0 1A EB 28 39
Octal 146 155 275 56 52 0 32 353 50 71
Binary 1100110 1101101 10111101 101110 101010 0 11010 11101011 101000 111001

Color Harmonies of #666DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DBD

Black with #666DBD

Text Example


Text Example

White with #666DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666DBD; }

 p { color: rgb(102,109,189); }

 H1.HeaderClassName
 {
   color: #666DBD;
 }
 .AnyTagClassName
 {
   color: #666DBD;
 }
</style>

background-color css

<style>
 a { background-color: #666DBD; }

 a { background-color: rgb(102,109,189); }

 div.DivClassName
 {
   background-color: #666DBD;
 }
 .BgClassName
 {
   background-color: #666DBD;
 }
</style>

border-color css

<style>
 span { border-color: #666DBD; }

 span { border-color: rgb(102,109,189); }

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