Html Css Color HEX #6877BF Chetwode Blue

📋 copy color: '#6877BF'

red 104 ◦ green 119 ◦ blue 191

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

Shades of Chetwode Blue #6877BF

Tints of Chetwode Blue #6877BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 25.12%
G = 28.74%
B = 46.14%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6877BF (or 0x6877BF) is known color: Chetwode Blue. HEX triplet: 68, 77 and BF. RGB value is (104,119,191). Sum of RGB (Red+Green+Blue) = 104+119+191=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #6877BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877BF is #978840. Grayscale: #7A7A7A. Windows color (decimal): -9930817 or 12547944. OLE color: 12547944.

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

Color convert

RGB 104 119 191 -
CMYK 0.46 0.38 0 0.25
HSL 229.66º 0.4% 0.58% -
HSV(B) 229.66º 0.46% 0.75% -
XYZ 21.71 19.9 51.99 -
YUV 122.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 104 119 191 0.46 0.38 0 0.25 229.66 0.4 0.58
Hex 68 77 BF 2E 26 0 19 E6 28 3A
Octal 150 167 277 56 46 0 31 346 50 72
Binary 1101000 1110111 10111111 101110 100110 0 11001 11100110 101000 111010

Color Harmonies of #6877BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877BF

Black with #6877BF

Text Example


Text Example

White with #6877BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,119,191); }

 H1.HeaderClassName
 {
   color: #6877BF;
 }
 .AnyTagClassName
 {
   color: #6877BF;
 }
</style>

background-color css

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

 a { background-color: rgb(104,119,191); }

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

border-color css

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

 span { border-color: rgb(104,119,191); }

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