Html Css Color HEX #666FAD Chetwode Blue

📋 copy color: '#666FAD'

red 102 ◦ green 111 ◦ blue 173

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

Shades of Chetwode Blue #666FAD

Tints of Chetwode Blue #666FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

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

R = 26.42%
G = 28.76%
B = 44.82%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#666FAD (or 0x666FAD) is known color: Chetwode Blue. HEX triplet: 66, 6F and AD. RGB value is (102,111,173). Sum of RGB (Red+Green+Blue) = 102+111+173=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #666FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAD is #999052. Grayscale: #737373. Windows color (decimal): -10063955 or 11366246. OLE color: 11366246.

HSL color Cylindrical-coordinate representation of color #666FAD: hue angle of 232.39º 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 #666FAD is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 111 173 -
CMYK 0.41 0.36 0 0.32
HSL 232.39º 0.3% 0.54% -
HSV(B) 232.39º 0.41% 0.68% -
XYZ 18.71 17.21 41.87 -
YUV 115.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 102 111 173 0.41 0.36 0 0.32 232.39 0.3 0.54
Hex 66 6F AD 29 24 0 20 E8 1E 36
Octal 146 157 255 51 44 0 40 350 36 66
Binary 1100110 1101111 10101101 101001 100100 0 100000 11101000 11110 110110

Color Harmonies of #666FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FAD

Black with #666FAD

Text Example


Text Example

White with #666FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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