#6468bc

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

Shades of Chetwode Blue #6468BC

Tints of Chetwode Blue #6468BC

Color information

#6468BC (or 0x6468BC) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and BC. RGB value is (100,104,188). Sum of RGB (Red+Green+Blue) = 100+104+188=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #6468BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468BC is #9B9743. Grayscale: #707070. Windows color (decimal): -10196804 or 12347492. OLE color: 12347492.

HSL color Cylindrical-coordinate representation of color #6468BC: hue angle of 237.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6468BC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB100104188-
CMYK0.470.4500.26
HSL237.27º39.64%56.47%-
HSV(B)237.27º46.81%73.73%-
XYZ19.2816.2449.7-
YUV112.38170.67119.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.51%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=25.51%
G=26.53%
B=47.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1001041880.470.4500.26237.2739.6456.47
Hex6468BC2F2D01Aed2838
Octal14415027457550323555070
Binary110010011010001011110010111110110101101011101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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