#6371CF

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

Shades of Chetwode Blue #6371CF

Tints of Chetwode Blue #6371CF

Color information

#6371CF (or 0x6371CF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 71 and CF. RGB value is (99,113,207). Sum of RGB (Red+Green+Blue) = 99+113+207=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #6371CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371CF is #9C8E30. Grayscale: #777777. Windows color (decimal): -10260017 or 13594979. OLE color: 13594979.

HSL color Cylindrical-coordinate representation of color #6371CF: hue angle of 232.22º 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 #6371CF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB99113207-
CMYK0.520.4500.19
HSL232.22º52.94%60%-
HSV(B)232.22º52.17%81.18%-
XYZ22.3118.9761.52-
YUV119.53177.36113.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.63%
GREEN value IS 113 (44.53% from 255) = 26.97%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=23.63%
G=26.97%
B=49.40%

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
Decimal991132070.520.4500.19232.2252.9460
Hex6371CF342D013e8353c
Octal14316131764550233506574
Binary110001111100011100111111010010110101001111101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6371CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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