#6375D8

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

Shades of Chetwode Blue #6375D8

Tints of Chetwode Blue #6375D8

Color information

#6375D8 (or 0x6375D8) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and D8. RGB value is (99,117,216). Sum of RGB (Red+Green+Blue) = 99+117+216=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 216 (84.77% from 255 or 50% from 432); Max value from RGB is 216 - color contains mainly: blue. Hex color #6375D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375D8 is #9C8A27. Grayscale: #7A7A7A. Windows color (decimal): -10258984 or 14185827. OLE color: 14185827.

HSL color Cylindrical-coordinate representation of color #6375D8: hue angle of 230.77º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6375D8 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99117216-
CMYK0.540.4600.15
HSL230.77º60%61.76%-
HSV(B)230.77º54.17%84.71%-
XYZ23.920.3367.63-
YUV122.9180.54110.95-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 22.92%
GREEN value IS 117 (46.09% from 255) = 27.08%
BLUE value IS 216 (84.77% from 255) = 50%
R=22.92%
G=27.08%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991172160.540.4600.15230.776061.76
Hex6375D8362E0Fe73c3e
Octal14316533066560173477476
Binary11000111110101110110001101101011100111111100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6375D8; }

 p { color: rgb(99,117,216); }

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

<style>
 a { background-color: #6375D8; }

 a { background-color: rgb(99,117,216); }

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

<style>
 span { border-color: #6375D8; }

 span { border-color: rgb(99,117,216); }

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