#6375BE

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

Shades of Chetwode Blue #6375BE

Tints of Chetwode Blue #6375BE

Color information

#6375BE (or 0x6375BE) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and BE. RGB value is (99,117,190). Sum of RGB (Red+Green+Blue) = 99+117+190=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #6375BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375BE is #9C8A41. Grayscale: #777777. Windows color (decimal): -10259010 or 12481891. OLE color: 12481891.

HSL color Cylindrical-coordinate representation of color #6375BE: hue angle of 228.13º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6375BE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99117190-
CMYK0.480.3800.25
HSL228.13º41.18%56.67%-
HSV(B)228.13º47.89%74.51%-
XYZ20.819.0951.3-
YUV119.94167.54113.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=24.38%
G=28.82%
B=46.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991171900.480.3800.25228.1341.1856.67
Hex6375BE3026019e42939
Octal14316527660460313445171
Binary110001111101011011111011000010011001100111100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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