#6468C2

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

Shades of Chetwode Blue #6468C2

Tints of Chetwode Blue #6468C2

Color information

#6468C2 (or 0x6468C2) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and C2. RGB value is (100,104,194). Sum of RGB (Red+Green+Blue) = 100+104+194=398 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.13% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #6468C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468C2 is #9B973D. Grayscale: #707070. Windows color (decimal): -10196798 or 12740708. OLE color: 12740708.

HSL color Cylindrical-coordinate representation of color #6468C2: hue angle of 237.45º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6468C2 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100104194-
CMYK0.480.4600.24
HSL237.45º43.52%57.65%-
HSV(B)237.45º48.45%76.08%-
XYZ19.9416.553.17-
YUV113.06173.67118.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.13%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 194 (76.17% from 255) = 48.74%
R=25.13%
G=26.13%
B=48.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001041940.480.4600.24237.4543.5257.65
Hex6468C2302E018ed2c3a
Octal14415030260560303555472
Binary110010011010001100001011000010111001100011101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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