#6375BD

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

Shades of Chetwode Blue #6375BD

Tints of Chetwode Blue #6375BD

Color information

#6375BD (or 0x6375BD) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and BD. RGB value is (99,117,189). Sum of RGB (Red+Green+Blue) = 99+117+189=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #6375BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375BD is #9C8A42. Grayscale: #777777. Windows color (decimal): -10259011 or 12416355. OLE color: 12416355.

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

Color convert

RGB99117189-
CMYK0.480.3800.26
HSL228º40.54%56.47%-
HSV(B)228º47.62%74.12%-
XYZ20.6919.0550.73-
YUV119.83167.04113.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=24.44%
G=28.89%
B=46.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991171890.480.3800.2622840.5456.47
Hex6375BD302601Ae42938
Octal14316527560460323445170
Binary110001111101011011110111000010011001101011100100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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