Html Css Color HEX #6876BE Chetwode Blue

📋 copy color: '#6876BE'

red 104 ◦ green 118 ◦ blue 190

#6876BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #6876BE

Tints of Chetwode Blue #6876BE

RGB

 RED value IS 104 (41.02% from 255) = 25.24%

 GREEN value IS 118 (46.48% from 255) = 28.64%

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 25.24%
G = 28.64%
B = 46.12%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6876BE (or 0x6876BE) is known color: Chetwode Blue. HEX triplet: 68, 76 and BE. RGB value is (104,118,190). Sum of RGB (Red+Green+Blue) = 104+118+190=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #6876BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876BE is #978941. Grayscale: #797979. Windows color (decimal): -9931074 or 12482152. OLE color: 12482152.

HSL color Cylindrical-coordinate representation of color #6876BE: hue angle of 230.23º 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 #6876BE is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 118 190 -
CMYK 0.45 0.38 0 0.25
HSL 230.23º 0.4% 0.58% -
HSV(B) 230.23º 0.45% 0.75% -
XYZ 21.48 19.62 51.37 -
YUV 122.02 166.36 115.15 -
System Red Green Blue C M Y K H S L
Decimal 104 118 190 0.45 0.38 0 0.25 230.23 0.4 0.58
Hex 68 76 BE 2D 26 0 19 E6 28 3A
Octal 150 166 276 55 46 0 31 346 50 72
Binary 1101000 1110110 10111110 101101 100110 0 11001 11100110 101000 111010

Color Harmonies of #6876BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876BE

Black with #6876BE

Text Example


Text Example

White with #6876BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6876BE;
 }
 .AnyTagClassName
 {
   color: #6876BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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