#6372CF

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

Shades of Chetwode Blue #6372CF

Tints of Chetwode Blue #6372CF

Color information

#6372CF (or 0x6372CF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 72 and CF. RGB value is (99,114,207). Sum of RGB (Red+Green+Blue) = 99+114+207=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #6372CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6372CF is #9C8D30. Grayscale: #777777. Windows color (decimal): -10259761 or 13595235. OLE color: 13595235.

HSL color Cylindrical-coordinate representation of color #6372CF: hue angle of 231.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6372CF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99114207-
CMYK0.520.4500.19
HSL231.67º52.94%60%-
HSV(B)231.67º52.17%81.18%-
XYZ22.4319.1961.55-
YUV120.12177.03112.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.57%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 207 (81.25% from 255) = 49.29%
R=23.57%
G=27.14%
B=49.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal991142070.520.4500.19231.6752.9460
Hex6372CF342D013e8353c
Octal14316231764550233506574
Binary110001111100101100111111010010110101001111101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6372CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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