Html Css Color HEX #666FAC Chetwode Blue

📋 copy color: '#666FAC'

red 102 ◦ green 111 ◦ blue 172

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

Shades of Chetwode Blue #666FAC

Tints of Chetwode Blue #666FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 26.49%
G = 28.83%
B = 44.68%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#666FAC (or 0x666FAC) is known color: Chetwode Blue. HEX triplet: 66, 6F and AC. RGB value is (102,111,172). Sum of RGB (Red+Green+Blue) = 102+111+172=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #666FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666FAC is #999053. Grayscale: #737373. Windows color (decimal): -10063956 or 11300710. OLE color: 11300710.

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

Color convert

RGB 102 111 172 -
CMYK 0.41 0.35 0 0.33
HSL 232.29º 0.3% 0.54% -
HSV(B) 232.29º 0.41% 0.67% -
XYZ 18.61 17.17 41.36 -
YUV 115.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 102 111 172 0.41 0.35 0 0.33 232.29 0.3 0.54
Hex 66 6F AC 29 23 0 21 E8 1E 36
Octal 146 157 254 51 43 0 41 350 36 66
Binary 1100110 1101111 10101100 101001 100011 0 100001 11101000 11110 110110

Color Harmonies of #666FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FAC

Black with #666FAC

Text Example


Text Example

White with #666FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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