#6372BF

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

Shades of Chetwode Blue #6372BF

Tints of Chetwode Blue #6372BF

Color information

#6372BF (or 0x6372BF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 72 and BF. RGB value is (99,114,191). Sum of RGB (Red+Green+Blue) = 99+114+191=404 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.50% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #6372BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6372BF is #9C8D40. Grayscale: #757575. Windows color (decimal): -10259777 or 12546659. OLE color: 12546659.

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

Color convert

RGB99114191-
CMYK0.480.4000.25
HSL230.22º41.82%56.86%-
HSV(B)230.22º48.17%74.9%-
XYZ20.5718.4551.77-
YUV118.29169.03114.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.50%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 191 (75% from 255) = 47.28%
R=24.50%
G=28.22%
B=47.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991141910.480.4000.25230.2241.8256.86
Hex6372BF3028019e62a39
Octal14316227760500313465271
Binary110001111100101011111111000010100001100111100110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6372BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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