Html Css Color HEX #666CAD Chetwode Blue

📋 copy color: '#666CAD'

red 102 ◦ green 108 ◦ blue 173

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

Shades of Chetwode Blue #666CAD

Tints of Chetwode Blue #666CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 26.63%
G = 28.2%
B = 45.17%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#666CAD (or 0x666CAD) is known color: Chetwode Blue. HEX triplet: 66, 6C and AD. RGB value is (102,108,173). Sum of RGB (Red+Green+Blue) = 102+108+173=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #666CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666CAD is #999352. Grayscale: #717171. Windows color (decimal): -10064723 or 11365478. OLE color: 11365478.

HSL color Cylindrical-coordinate representation of color #666CAD: hue angle of 234.93º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #666CAD is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 108 173 -
CMYK 0.41 0.38 0 0.32
HSL 234.93º 0.3% 0.54% -
HSV(B) 234.93º 0.41% 0.68% -
XYZ 18.38 16.57 41.76 -
YUV 113.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 102 108 173 0.41 0.38 0 0.32 234.93 0.3 0.54
Hex 66 6C AD 29 26 0 20 EB 1E 36
Octal 146 154 255 51 46 0 40 353 36 66
Binary 1100110 1101100 10101101 101001 100110 0 100000 11101011 11110 110110

Color Harmonies of #666CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CAD

Black with #666CAD

Text Example


Text Example

White with #666CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,108,173); }

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

background-color css

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

 a { background-color: rgb(102,108,173); }

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

border-color css

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

 span { border-color: rgb(102,108,173); }

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