#6470AB

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

Shades of Chetwode Blue #6470AB

Tints of Chetwode Blue #6470AB

Color information

#6470AB (or 0x6470AB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 70 and AB. RGB value is (100,112,171). Sum of RGB (Red+Green+Blue) = 100+112+171=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 112 (44.14% from 255 or 29.24% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #6470AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6470AB is #9B8F54. Grayscale: #727272. Windows color (decimal): -10194773 or 11235428. OLE color: 11235428.

HSL color Cylindrical-coordinate representation of color #6470AB: hue angle of 229.86º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6470AB is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100112171-
CMYK0.420.3500.33
HSL229.86º29.71%53.14%-
HSV(B)229.86º41.52%67.06%-
XYZ18.417.2440.89-
YUV115.14159.52117.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 112 (44.14% from 255) = 29.24%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=26.11%
G=29.24%
B=44.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001121710.420.3500.33229.8629.7153.14
Hex6470AB2A23021e61e35
Octal14416025352430413463665
Binary110010011100001010101110101010001101000011110011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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