#6371D0

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

Shades of Chetwode Blue #6371D0

Tints of Chetwode Blue #6371D0

Color information

#6371D0 (or 0x6371D0) is unknown color: approx Chetwode Blue. HEX triplet: 63, 71 and D0. RGB value is (99,113,208). Sum of RGB (Red+Green+Blue) = 99+113+208=420 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.57% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #6371D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6371D0 is #9C8E2F. Grayscale: #777777. Windows color (decimal): -10260016 or 13660515. OLE color: 13660515.

HSL color Cylindrical-coordinate representation of color #6371D0: hue angle of 232.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6371D0 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB99113208-
CMYK0.520.4600.18
HSL232.29º53.69%60.2%-
HSV(B)232.29º52.4%81.57%-
XYZ22.4419.0262.16-
YUV119.64177.86113.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.57%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 208 (81.64% from 255) = 49.52%
R=23.57%
G=26.90%
B=49.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991132080.520.4600.18232.2953.6960.2
Hex6371D0342E012e8363c
Octal14316132064560223506674
Binary110001111100011101000011010010111001001011101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6371D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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