#6375C6

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

Shades of Chetwode Blue #6375C6

Tints of Chetwode Blue #6375C6

Color information

#6375C6 (or 0x6375C6) is unknown color: approx Chetwode Blue. HEX triplet: 63, 75 and C6. RGB value is (99,117,198). Sum of RGB (Red+Green+Blue) = 99+117+198=414 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.91% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #6375C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375C6 is #9C8A39. Grayscale: #787878. Windows color (decimal): -10259002 or 13006179. OLE color: 13006179.

HSL color Cylindrical-coordinate representation of color #6375C6: hue angle of 229.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6375C6 is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB99117198-
CMYK0.500.4100.22
HSL229.09º46.48%58.24%-
HSV(B)229.09º50%77.65%-
XYZ21.719.4556.04-
YUV120.85171.54112.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.91%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 198 (77.73% from 255) = 47.83%
R=23.91%
G=28.26%
B=47.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal991171980.500.4100.22229.0946.4858.24
Hex6375C63229016e52e3a
Octal14316530662510263455672
Binary110001111101011100011011001010100101011011100101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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