Html Css Color HEX #666AC0 Chetwode Blue

📋 copy color: '#666AC0'

red 102 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #666AC0

Tints of Chetwode Blue #666AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.5%

 BLUE value IS 192 (75.39% from 255) = 48%

R = 25.5%
G = 26.5%
B = 48%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#666AC0 (or 0x666AC0) is known color: Chetwode Blue. HEX triplet: 66, 6A and C0. RGB value is (102,106,192). Sum of RGB (Red+Green+Blue) = 102+106+192=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #666AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AC0 is #99953F. Grayscale: #727272. Windows color (decimal): -10065216 or 12610150. OLE color: 12610150.

HSL color Cylindrical-coordinate representation of color #666AC0: hue angle of 237.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #666AC0 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 106 192 -
CMYK 0.47 0.45 0 0.25
HSL 237.33º 0.42% 0.58% -
HSV(B) 237.33º 0.47% 0.75% -
XYZ 20.15 16.94 52.08 -
YUV 114.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 102 106 192 0.47 0.45 0 0.25 237.33 0.42 0.58
Hex 66 6A C0 2F 2D 0 19 ED 2A 3A
Octal 146 152 300 57 55 0 31 355 52 72
Binary 1100110 1101010 11000000 101111 101101 0 11001 11101101 101010 111010

Color Harmonies of #666AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AC0

Black with #666AC0

Text Example


Text Example

White with #666AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,106,192); }

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

background-color css

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

 a { background-color: rgb(102,106,192); }

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

border-color css

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

 span { border-color: rgb(102,106,192); }

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