#6468BF

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

Shades of Chetwode Blue #6468BF

Tints of Chetwode Blue #6468BF

Color information

#6468BF (or 0x6468BF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 68 and BF. RGB value is (100,104,191). Sum of RGB (Red+Green+Blue) = 100+104+191=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #6468BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468BF is #9B9740. Grayscale: #707070. Windows color (decimal): -10196801 or 12544100. OLE color: 12544100.

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

Color convert

RGB100104191-
CMYK0.480.4600.25
HSL237.36º41.55%57.06%-
HSV(B)237.36º47.64%74.9%-
XYZ19.6116.3751.42-
YUV112.72172.17118.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.32%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 191 (75% from 255) = 48.35%
R=25.32%
G=26.33%
B=48.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001041910.480.4600.25237.3641.5557.06
Hex6468BF302E019ed2a39
Octal14415027760560313555271
Binary110010011010001011111111000010111001100111101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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