#6468B2

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

Shades of Chetwode Blue #6468B2

Tints of Chetwode Blue #6468B2

Color information

#6468B2 (or 0x6468B2) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and B2. RGB value is (100,104,178). Sum of RGB (Red+Green+Blue) = 100+104+178=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #6468B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6468B2 is #9B974D. Grayscale: #6E6E6E. Windows color (decimal): -10196814 or 11692132. OLE color: 11692132.

HSL color Cylindrical-coordinate representation of color #6468B2: hue angle of 236.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6468B2 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB100104178-
CMYK0.440.4200.30
HSL236.92º33.62%54.51%-
HSV(B)236.92º43.82%69.8%-
XYZ18.2415.8244.21-
YUV111.24165.67119.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 178 (69.92% from 255) = 46.60%
R=26.18%
G=27.23%
B=46.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1001041780.440.4200.30236.9233.6254.51
Hex6468B22C2A01Eed2237
Octal14415026254520363554267
Binary110010011010001011001010110010101001111011101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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