#6374BF

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

Shades of Chetwode Blue #6374BF

Tints of Chetwode Blue #6374BF

Color information

#6374BF (or 0x6374BF) is unknown color: approx Chetwode Blue. HEX triplet: 63, 74 and BF. RGB value is (99,116,191). Sum of RGB (Red+Green+Blue) = 99+116+191=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #6374BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374BF is #9C8B40. Grayscale: #777777. Windows color (decimal): -10259265 or 12547171. OLE color: 12547171.

HSL color Cylindrical-coordinate representation of color #6374BF: hue angle of 228.91º degrees, saturation: 0.42, 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 #6374BF is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB99116191-
CMYK0.480.3900.25
HSL228.91º41.82%56.86%-
HSV(B)228.91º48.17%74.9%-
XYZ20.7918.9151.84-
YUV119.47168.37113.4-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.38%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 191 (75% from 255) = 47.04%
R=24.38%
G=28.57%
B=47.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal991161910.480.3900.25228.9141.8256.86
Hex6374BF3027019e52a39
Octal14316427760470313455271
Binary110001111101001011111111000010011101100111100101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6374BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6374BF; }

 p { color: rgb(99,116,191); }

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

<style>
 a { background-color: #6374BF; }

 a { background-color: rgb(99,116,191); }

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

<style>
 span { border-color: #6374BF; }

 span { border-color: rgb(99,116,191); }

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