#6375a4

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

Shades of Chetwode Blue #6375A4

Tints of Chetwode Blue #6375A4

Color information

#6375A4 (or 0x6375A4) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and A4. RGB value is (99,117,164). Sum of RGB (Red+Green+Blue) = 99+117+164=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #6375A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375A4 is #9C8A5B. Grayscale: #747474. Windows color (decimal): -10259036 or 10777955. OLE color: 10777955.

HSL color Cylindrical-coordinate representation of color #6375A4: hue angle of 223.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6375A4 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB99117164-
CMYK0.400.2900.36
HSL223.38º26.32%51.57%-
HSV(B)223.38º39.63%64.31%-
XYZ18.2118.0637.65-
YUV116.98154.54115.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.05%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=26.05%
G=30.79%
B=43.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal991171640.400.2900.36223.3826.3251.57
Hex6375A4281D024df1a34
Octal14316524450350443373264
Binary11000111110101101001001010001110101001001101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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