#6474AB

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

Shades of Chetwode Blue #6474AB

Tints of Chetwode Blue #6474AB

Color information

#6474AB (or 0x6474AB) is unknown color: approx Chetwode Blue. HEX triplet: 64, 74 and AB. RGB value is (100,116,171). Sum of RGB (Red+Green+Blue) = 100+116+171=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6474AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6474AB is #9B8B54. Grayscale: #757575. Windows color (decimal): -10193749 or 11236452. OLE color: 11236452.

HSL color Cylindrical-coordinate representation of color #6474AB: hue angle of 226.48º 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 #6474AB is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100116171-
CMYK0.420.3200.33
HSL226.48º29.71%53.14%-
HSV(B)226.48º41.52%67.06%-
XYZ18.8518.1441.04-
YUV117.49158.2115.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=25.84%
G=29.97%
B=44.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001161710.420.3200.33226.4829.7153.14
Hex6474AB2A20021e21e35
Octal14416425352400413423665
Binary110010011101001010101110101010000001000011110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6474AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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