#6470BF

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

Shades of Chetwode Blue #6470BF

Tints of Chetwode Blue #6470BF

Color information

#6470BF (or 0x6470BF) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and BF. RGB value is (100,112,191). Sum of RGB (Red+Green+Blue) = 100+112+191=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #6470BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470BF is #9B8F40. Grayscale: #757575. Windows color (decimal): -10194753 or 12546148. OLE color: 12546148.

HSL color Cylindrical-coordinate representation of color #6470BF: hue angle of 232.09º 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 #6470BF is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100112191-
CMYK0.480.4100.25
HSL232.09º41.55%57.06%-
HSV(B)232.09º47.64%74.9%-
XYZ20.4518.0651.7-
YUV117.42169.52115.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 112 (44.14% from 255) = 27.79%
BLUE value IS 191 (75% from 255) = 47.39%
R=24.81%
G=27.79%
B=47.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001121910.480.4100.25232.0941.5557.06
Hex6470BF3029019e82a39
Octal14416027760510313505271
Binary110010011100001011111111000010100101100111101000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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