#6375D1

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

Shades of Chetwode Blue #6375D1

Tints of Chetwode Blue #6375D1

Color information

#6375D1 (or 0x6375D1) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and D1. RGB value is (99,117,209). Sum of RGB (Red+Green+Blue) = 99+117+209=425 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.29% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #6375D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375D1 is #9C8A2E. Grayscale: #797979. Windows color (decimal): -10258991 or 13727075. OLE color: 13727075.

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

Color convert

RGB99117209-
CMYK0.530.4400.18
HSL230.18º54.46%60.39%-
HSV(B)230.18º52.63%81.96%-
XYZ23.0219.9862.96-
YUV122.11177.04111.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.29%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 209 (82.03% from 255) = 49.18%
R=23.29%
G=27.53%
B=49.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal991172090.530.4400.18230.1854.4660.39
Hex6375D1352C012e6363c
Octal14316532165540223466674
Binary110001111101011101000111010110110001001011100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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