Html Css Color HEX #6669AA Chetwode Blue

📋 copy color: '#6669AA'

red 102 ◦ green 105 ◦ blue 170

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

Shades of Chetwode Blue #6669AA

Tints of Chetwode Blue #6669AA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.85%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 27.06%
G = 27.85%
B = 45.09%

CMYK

 C value IS 0.4

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6669AA (or 0x6669AA) is known color: Chetwode Blue. HEX triplet: 66, 69 and AA. RGB value is (102,105,170). Sum of RGB (Red+Green+Blue) = 102+105+170=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #6669AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6669AA is #999655. Grayscale: #6F6F6F. Windows color (decimal): -10065494 or 11168102. OLE color: 11168102.

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

Color convert

RGB 102 105 170 -
CMYK 0.4 0.38 0 0.33
HSL 237.35º 0.29% 0.53% -
HSV(B) 237.35º 0.4% 0.67% -
XYZ 17.79 15.83 40.15 -
YUV 111.51 161.01 121.21 -
System Red Green Blue C M Y K H S L
Decimal 102 105 170 0.4 0.38 0 0.33 237.35 0.29 0.53
Hex 66 69 AA 28 26 0 21 ED 1D 35
Octal 146 151 252 50 46 0 41 355 35 65
Binary 1100110 1101001 10101010 101000 100110 0 100001 11101101 11101 110101

Color Harmonies of #6669AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669AA

Black with #6669AA

Text Example


Text Example

White with #6669AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6669AA; }

 p { color: rgb(102,105,170); }

 H1.HeaderClassName
 {
   color: #6669AA;
 }
 .AnyTagClassName
 {
   color: #6669AA;
 }
</style>

background-color css

<style>
 a { background-color: #6669AA; }

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

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

border-color css

<style>
 span { border-color: #6669AA; }

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

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