#6375AA

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

Shades of Chetwode Blue #6375AA

Tints of Chetwode Blue #6375AA

Color information

#6375AA (or 0x6375AA) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and AA. RGB value is (99,117,170). Sum of RGB (Red+Green+Blue) = 99+117+170=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #6375AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375AA is #9C8A55. Grayscale: #757575. Windows color (decimal): -10259030 or 11171171. OLE color: 11171171.

HSL color Cylindrical-coordinate representation of color #6375AA: hue angle of 224.79º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6375AA is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB99117170-
CMYK0.420.3100.33
HSL224.79º29.46%52.75%-
HSV(B)224.79º41.76%66.67%-
XYZ18.7618.2840.57-
YUV117.66157.54114.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.65%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=25.65%
G=30.31%
B=44.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991171700.420.3100.33224.7929.4652.75
Hex6375AA2A1F021e11d35
Octal14316525252370413413565
Binary11000111110101101010101010101111101000011110000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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