Html Css Color HEX #6877CC Chetwode Blue

📋 copy color: '#6877CC'

red 104 ◦ green 119 ◦ blue 204

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

Shades of Chetwode Blue #6877CC

Tints of Chetwode Blue #6877CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 24.36%
G = 27.87%
B = 47.78%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6877CC (or 0x6877CC) is known color: Chetwode Blue. HEX triplet: 68, 77 and CC. RGB value is (104,119,204). Sum of RGB (Red+Green+Blue) = 104+119+204=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #6877CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877CC is #978833. Grayscale: #7B7B7B. Windows color (decimal): -9930804 or 13399912. OLE color: 13399912.

HSL color Cylindrical-coordinate representation of color #6877CC: hue angle of 231º degrees, saturation: 0.5, 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 #6877CC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 119 204 -
CMYK 0.49 0.42 0 0.2
HSL 231º 0.5% 0.6% -
HSV(B) 231º 0.49% 0.8% -
XYZ 23.2 20.5 59.86 -
YUV 124.21 173.03 113.59 -
System Red Green Blue C M Y K H S L
Decimal 104 119 204 0.49 0.42 0 0.2 231 0.5 0.6
Hex 68 77 CC 31 2A 0 14 E7 32 3C
Octal 150 167 314 61 52 0 24 347 62 74
Binary 1101000 1110111 11001100 110001 101010 0 10100 11100111 110010 111100

Color Harmonies of #6877CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6877CC

Black with #6877CC

Text Example


Text Example

White with #6877CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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