#6468AB

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

Shades of Chetwode Blue #6468AB

Tints of Chetwode Blue #6468AB

Color information

#6468AB (or 0x6468AB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and AB. RGB value is (100,104,171). Sum of RGB (Red+Green+Blue) = 100+104+171=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 104 (41.02% from 255 or 27.73% 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 #6468AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6468AB is #9B9754. Grayscale: #6E6E6E. Windows color (decimal): -10196821 or 11233380. OLE color: 11233380.

HSL color Cylindrical-coordinate representation of color #6468AB: hue angle of 236.62º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6468AB is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100104171-
CMYK0.420.3900.33
HSL236.62º29.71%53.14%-
HSV(B)236.62º41.52%67.06%-
XYZ17.5615.5540.6-
YUV110.44162.17120.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.67%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=26.67%
G=27.73%
B=45.6%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001041710.420.3900.33236.6229.7153.14
Hex6468AB2A27021ed1e35
Octal14415025352470413553665
Binary110010011010001010101110101010011101000011110110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,104,171); }

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

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

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

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

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

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

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