#6468BE

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

Shades of Chetwode Blue #6468BE

Tints of Chetwode Blue #6468BE

Color information

#6468BE (or 0x6468BE) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and BE. RGB value is (100,104,190). Sum of RGB (Red+Green+Blue) = 100+104+190=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #6468BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468BE is #9B9741. Grayscale: #707070. Windows color (decimal): -10196802 or 12478564. OLE color: 12478564.

HSL color Cylindrical-coordinate representation of color #6468BE: hue angle of 237.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6468BE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100104190-
CMYK0.470.4500.25
HSL237.33º40.91%56.86%-
HSV(B)237.33º47.37%74.51%-
XYZ19.516.3350.84-
YUV112.61171.67119.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.38%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=25.38%
G=26.40%
B=48.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001041900.470.4500.25237.3340.9156.86
Hex6468BE2F2D019ed2939
Octal14415027657550313555171
Binary110010011010001011111010111110110101100111101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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