Html Css Color HEX #666DAF Chetwode Blue

📋 copy color: '#666DAF'

red 102 ◦ green 109 ◦ blue 175

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

Shades of Chetwode Blue #666DAF

Tints of Chetwode Blue #666DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 26.42%
G = 28.24%
B = 45.34%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#666DAF (or 0x666DAF) is known color: Chetwode Blue. HEX triplet: 66, 6D and AF. RGB value is (102,109,175). Sum of RGB (Red+Green+Blue) = 102+109+175=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #666DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666DAF is #999250. Grayscale: #727272. Windows color (decimal): -10064465 or 11496806. OLE color: 11496806.

HSL color Cylindrical-coordinate representation of color #666DAF: hue angle of 234.25º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #666DAF is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 109 175 -
CMYK 0.42 0.38 0 0.31
HSL 234.25º 0.31% 0.54% -
HSV(B) 234.25º 0.42% 0.69% -
XYZ 18.69 16.86 42.83 -
YUV 114.43 162.18 119.13 -
System Red Green Blue C M Y K H S L
Decimal 102 109 175 0.42 0.38 0 0.31 234.25 0.31 0.54
Hex 66 6D AF 2A 26 0 1F EA 1F 36
Octal 146 155 257 52 46 0 37 352 37 66
Binary 1100110 1101101 10101111 101010 100110 0 11111 11101010 11111 110110

Color Harmonies of #666DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666DAF

Black with #666DAF

Text Example


Text Example

White with #666DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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