#6668AA

Color #6668AA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6668AA

Tints of Chetwode Blue #6668AA

Color information

#6668AA (or 0x6668AA) is unknown color: approx 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

RGB102104170-
CMYK0.40.3900.33
HSL238.24º28.57%53.33%-
HSV(B)238.24º40%66.67%-
XYZ17.6915.6340.11-
YUV110.93161.34121.63-

RGB Variations

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

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.80% from 255) = 45.21%
R=27.13%
G=27.66%
B=45.21%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021041700.40.3900.33238.2428.5753.33
Hex6668AA2827021ee1d35
Octal14615025250470413563565
Binary110011011010001010101010100010011101000011110111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6668AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>