Html Css Color HEX #6668AA Chetwode Blue

📋 copy color: '#6668AA'

red 102 ◦ green 104 ◦ blue 170

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

Shades of Chetwode Blue #6668AA

Tints of Chetwode Blue #6668AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 27.13%
G = 27.66%
B = 45.21%

CMYK

 C value IS 0.4

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6668AA (or 0x6668AA) is known color: Chetwode Blue. HEX triplet: 66, 68 and AA. RGB value is (102,104,170). Sum of RGB (Red+Green+Blue) = 102+104+170=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #6668AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6668AA is #999755. Grayscale: #6E6E6E. Windows color (decimal): -10065750 or 11167846. OLE color: 11167846.

HSL color Cylindrical-coordinate representation of color #6668AA: hue angle of 238.24º 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 #6668AA is Cyan = 0.4, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 104 170 -
CMYK 0.4 0.39 0 0.33
HSL 238.24º 0.29% 0.53% -
HSV(B) 238.24º 0.4% 0.67% -
XYZ 17.69 15.63 40.11 -
YUV 110.93 161.34 121.63 -
System Red Green Blue C M Y K H S L
Decimal 102 104 170 0.4 0.39 0 0.33 238.24 0.29 0.53
Hex 66 68 AA 28 27 0 21 EE 1D 35
Octal 146 150 252 50 47 0 41 356 35 65
Binary 1100110 1101000 10101010 101000 100111 0 100001 11101110 11101 110101

Color Harmonies of #6668AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668AA

Black with #6668AA

Text Example


Text Example

White with #6668AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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