#6675AD

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

Shades of Chetwode Blue #6675AD

Tints of Chetwode Blue #6675AD

Color information

#6675AD (or 0x6675AD) is unknown color: approx Chetwode Blue. HEX triplet: 66, 75 and AD. RGB value is (102,117,173). Sum of RGB (Red+Green+Blue) = 102+117+173=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #6675AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6675AD is #998A52. Grayscale: #767676. Windows color (decimal): -10062419 or 11367782. OLE color: 11367782.

HSL color Cylindrical-coordinate representation of color #6675AD: hue angle of 227.32º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6675AD is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102117173-
CMYK0.410.3200.32
HSL227.32º30.21%53.92%-
HSV(B)227.32º41.04%67.84%-
XYZ19.3818.5642.1-
YUV118.9158.53115.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.02%
GREEN value IS 117 (46.09% from 255) = 29.85%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=26.02%
G=29.85%
B=44.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021171730.410.3200.32227.3230.2153.92
Hex6675AD2920020e31e36
Octal14616525551400403433666
Binary110011011101011010110110100110000001000001110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6675AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6675AD; }

 p { color: rgb(102,117,173); }

 H1.HeaderClassName
 {
   color: #6675AD;
 }
 .AnyTagClassName
 {
   color: #6675AD;
 }
</style>
background-color css

<style>
 a { background-color: #6675AD; }

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

 div.DivClassName
 {
   background-color: #6675AD;
 }
 .BgClassName
 {
   background-color: #6675AD;
 }
</style>
border-color css

<style>
 span { border-color: #6675AD; }

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

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