#6376BC

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

Shades of Chetwode Blue #6376BC

Tints of Chetwode Blue #6376BC

Color information

#6376BC (or 0x6376BC) is unknown color: approx Chetwode Blue. HEX triplet: 63, 76 and BC. RGB value is (99,118,188). Sum of RGB (Red+Green+Blue) = 99+118+188=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #6376BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6376BC is #9C8943. Grayscale: #787878. Windows color (decimal): -10258756 or 12351075. OLE color: 12351075.

HSL color Cylindrical-coordinate representation of color #6376BC: hue angle of 227.19º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6376BC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB99118188-
CMYK0.470.3700.26
HSL227.19º39.91%56.27%-
HSV(B)227.19º47.34%73.73%-
XYZ20.719.2450.2-
YUV120.3166.21112.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.44%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=24.44%
G=29.14%
B=46.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal991181880.470.3700.26227.1939.9156.27
Hex6376BC2F2501Ae32838
Octal14316627457450323435070
Binary110001111101101011110010111110010101101011100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6376BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6376BC; }

 p { color: rgb(99,118,188); }

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

<style>
 a { background-color: #6376BC; }

 a { background-color: rgb(99,118,188); }

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

<style>
 span { border-color: #6376BC; }

 span { border-color: rgb(99,118,188); }

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