Html Css Color HEX #6666AB Chetwode Blue

📋 copy color: '#6666AB'

red 102 ◦ green 102 ◦ blue 171

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

Shades of Chetwode Blue #6666AB

Tints of Chetwode Blue #6666AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 27.2%
G = 27.2%
B = 45.6%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6666AB (or 0x6666AB) is known color: Chetwode Blue. HEX triplet: 66, 66 and AB. RGB value is (102,102,171). Sum of RGB (Red+Green+Blue) = 102+102+171=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #6666AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6666AB is #999954. Grayscale: #6D6D6D. Windows color (decimal): -10066261 or 11232870. OLE color: 11232870.

HSL color Cylindrical-coordinate representation of color #6666AB: hue angle of 240º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6666AB is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 102 171 -
CMYK 0.40 0.40 0 0.33
HSL 240º 0.29% 0.54% -
HSV(B) 240º 0.4% 0.67% -
XYZ 17.58 15.27 40.55 -
YUV 109.87 162.5 122.39 -
System Red Green Blue C M Y K H S L
Decimal 102 102 171 0.40 0.40 0 0.33 240 0.29 0.54
Hex 66 66 AB 28 28 0 21 F0 1D 36
Octal 146 146 253 50 50 0 41 360 35 66
Binary 1100110 1100110 10101011 101000 101000 0 100001 11110000 11101 110110

Color Harmonies of #6666AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666AB

Black with #6666AB

Text Example


Text Example

White with #6666AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6666AB; }

 p { color: rgb(102,102,171); }

 H1.HeaderClassName
 {
   color: #6666AB;
 }
 .AnyTagClassName
 {
   color: #6666AB;
 }
</style>

background-color css

<style>
 a { background-color: #6666AB; }

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

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

border-color css

<style>
 span { border-color: #6666AB; }

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

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