#6375AE

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

Shades of Chetwode Blue #6375AE

Tints of Chetwode Blue #6375AE

Color information

#6375AE (or 0x6375AE) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and AE. RGB value is (99,117,174). Sum of RGB (Red+Green+Blue) = 99+117+174=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #6375AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6375AE is #9C8A51. Grayscale: #757575. Windows color (decimal): -10259026 or 11433315. OLE color: 11433315.

HSL color Cylindrical-coordinate representation of color #6375AE: hue angle of 225.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6375AE is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB99117174-
CMYK0.430.3300.32
HSL225.6º31.65%53.53%-
HSV(B)225.6º43.1%68.24%-
XYZ19.1518.4342.59-
YUV118.12159.54114.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.38%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=25.38%
G=30%
B=44.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal991171740.430.3300.32225.631.6553.53
Hex6375AE2B21020e22036
Octal14316525653410403424066
Binary1100011111010110101110101011100001010000011100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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