#6874BE

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

Shades of Chetwode Blue #6874BE

Tints of Chetwode Blue #6874BE

Color information

#6874BE (or 0x6874BE) is unknown color: approx Chetwode Blue. HEX triplet: 68, 74 and BE. RGB value is (104,116,190). Sum of RGB (Red+Green+Blue) = 104+116+190=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #6874BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6874BE is #978B41. Grayscale: #787878. Windows color (decimal): -9931586 or 12481640. OLE color: 12481640.

HSL color Cylindrical-coordinate representation of color #6874BE: hue angle of 231.63º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6874BE is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104116190-
CMYK0.450.3900.25
HSL231.63º39.81%57.65%-
HSV(B)231.63º45.26%74.51%-
XYZ21.2519.1551.29-
YUV120.85167.02115.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 116 (45.70% from 255) = 28.29%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=25.37%
G=28.29%
B=46.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041161900.450.3900.25231.6339.8157.65
Hex6874BE2D27019e8283a
Octal15016427655470313505072
Binary110100011101001011111010110110011101100111101000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6874BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,116,190); }

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

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

 a { background-color: rgb(104,116,190); }

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

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

 span { border-color: rgb(104,116,190); }

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