Html Css Color HEX #6876CC Chetwode Blue

📋 copy color: '#6876CC'

red 104 ◦ green 118 ◦ blue 204

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

Shades of Chetwode Blue #6876CC

Tints of Chetwode Blue #6876CC

RGB

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

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

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

R = 24.41%
G = 27.7%
B = 47.89%

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

#6876CC (or 0x6876CC) is known color: Chetwode Blue. HEX triplet: 68, 76 and CC. RGB value is (104,118,204). Sum of RGB (Red+Green+Blue) = 104+118+204=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #6876CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876CC is #978933. Grayscale: #7B7B7B. Windows color (decimal): -9931060 or 13399656. OLE color: 13399656.

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

Color convert

RGB 104 118 204 -
CMYK 0.49 0.42 0 0.2
HSL 231.6º 0.5% 0.6% -
HSV(B) 231.6º 0.49% 0.8% -
XYZ 23.09 20.26 59.82 -
YUV 123.62 173.36 114.01 -
System Red Green Blue C M Y K H S L
Decimal 104 118 204 0.49 0.42 0 0.2 231.6 0.5 0.6
Hex 68 76 CC 31 2A 0 14 E8 32 3C
Octal 150 166 314 61 52 0 24 350 62 74
Binary 1101000 1110110 11001100 110001 101010 0 10100 11101000 110010 111100

Color Harmonies of #6876CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876CC

Black with #6876CC

Text Example


Text Example

White with #6876CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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