Html Css Color HEX #6877CB Chetwode Blue

📋 copy color: '#6877CB'

red 104 ◦ green 119 ◦ blue 203

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

Shades of Chetwode Blue #6877CB

Tints of Chetwode Blue #6877CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 24.41%
G = 27.93%
B = 47.65%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6877CB (or 0x6877CB) is known color: Chetwode Blue. HEX triplet: 68, 77 and CB. RGB value is (104,119,203). Sum of RGB (Red+Green+Blue) = 104+119+203=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #6877CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877CB is #978834. Grayscale: #7B7B7B. Windows color (decimal): -9930805 or 13334376. OLE color: 13334376.

HSL color Cylindrical-coordinate representation of color #6877CB: hue angle of 230.91º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6877CB is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 119 203 -
CMYK 0.49 0.41 0 0.20
HSL 230.91º 0.49% 0.6% -
HSV(B) 230.91º 0.49% 0.8% -
XYZ 23.09 20.45 59.23 -
YUV 124.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 104 119 203 0.49 0.41 0 0.20 230.91 0.49 0.6
Hex 68 77 CB 31 29 0 14 E7 31 3C
Octal 150 167 313 61 51 0 24 347 61 74
Binary 1101000 1110111 11001011 110001 101001 0 10100 11100111 110001 111100

Color Harmonies of #6877CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877CB

Black with #6877CB

Text Example


Text Example

White with #6877CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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