#6374AB

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

Shades of Chetwode Blue #6374AB

Tints of Chetwode Blue #6374AB

Color information

#6374AB (or 0x6374AB) is unknown color: approx Chetwode Blue. HEX triplet: 63, 74 and AB. RGB value is (99,116,171). Sum of RGB (Red+Green+Blue) = 99+116+171=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6374AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6374AB is #9C8B54. Grayscale: #747474. Windows color (decimal): -10259285 or 11236451. OLE color: 11236451.

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

Color convert

RGB99116171-
CMYK0.420.3200.33
HSL225.83º30%52.94%-
HSV(B)225.83º42.11%67.06%-
XYZ18.7418.0841.03-
YUV117.19158.37115.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=25.65%
G=30.05%
B=44.30%

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
Decimal991161710.420.3200.33225.833052.94
Hex6374AB2A20021e21e35
Octal14316425352400413423665
Binary110001111101001010101110101010000001000011110001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6374AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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