Html Css Color HEX #666AB0 Chetwode Blue

📋 copy color: '#666AB0'

red 102 ◦ green 106 ◦ blue 176

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

Shades of Chetwode Blue #666AB0

Tints of Chetwode Blue #666AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.83%

R = 26.56%
G = 27.6%
B = 45.83%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#666AB0 (or 0x666AB0) is known color: Chetwode Blue. HEX triplet: 66, 6A and B0. RGB value is (102,106,176). Sum of RGB (Red+Green+Blue) = 102+106+176=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 176 - color contains mainly: blue. Hex color #666AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666AB0 is #99954F. Grayscale: #707070. Windows color (decimal): -10065232 or 11561574. OLE color: 11561574.

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

Color convert

RGB 102 106 176 -
CMYK 0.42 0.40 0 0.31
HSL 236.76º 0.32% 0.55% -
HSV(B) 236.76º 0.42% 0.69% -
XYZ 18.47 16.27 43.24 -
YUV 112.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 102 106 176 0.42 0.40 0 0.31 236.76 0.32 0.55
Hex 66 6A B0 2A 28 0 1F ED 20 37
Octal 146 152 260 52 50 0 37 355 40 67
Binary 1100110 1101010 10110000 101010 101000 0 11111 11101101 100000 110111

Color Harmonies of #666AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666AB0

Black with #666AB0

Text Example


Text Example

White with #666AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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