#6372AF

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

Shades of Chetwode Blue #6372AF

Tints of Chetwode Blue #6372AF

Color information

#6372AF (or 0x6372AF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 72 and AF. RGB value is (99,114,175). Sum of RGB (Red+Green+Blue) = 99+114+175=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #6372AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6372AF is #9C8D50. Grayscale: #747474. Windows color (decimal): -10259793 or 11498083. OLE color: 11498083.

HSL color Cylindrical-coordinate representation of color #6372AF: hue angle of 228.16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6372AF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB99114175-
CMYK0.430.3500.31
HSL228.16º32.2%53.73%-
HSV(B)228.16º43.43%68.63%-
XYZ18.917.7842.99-
YUV116.47161.03115.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=25.52%
G=29.38%
B=45.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal991141750.430.3500.31228.1632.253.73
Hex6372AF2B2301Fe42036
Octal14316225753430373444066
Binary110001111100101010111110101110001101111111100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6372AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6372AF; }

 p { color: rgb(99,114,175); }

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

<style>
 a { background-color: #6372AF; }

 a { background-color: rgb(99,114,175); }

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

<style>
 span { border-color: #6372AF; }

 span { border-color: rgb(99,114,175); }

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