Html Css Color HEX #6876D6 Chetwode Blue

📋 copy color: '#6876D6'

red 104 ◦ green 118 ◦ blue 214

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

Shades of Chetwode Blue #6876D6

Tints of Chetwode Blue #6876D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 49.08%

R = 23.85%
G = 27.06%
B = 49.08%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6876D6 (or 0x6876D6) is known color: Chetwode Blue. HEX triplet: 68, 76 and D6. RGB value is (104,118,214). Sum of RGB (Red+Green+Blue) = 104+118+214=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 214 - color contains mainly: blue. Hex color #6876D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876D6 is #978929. Grayscale: #7C7C7C. Windows color (decimal): -9931050 or 14055016. OLE color: 14055016.

HSL color Cylindrical-coordinate representation of color #6876D6: hue angle of 232.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6876D6 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 118 214 -
CMYK 0.51 0.45 0 0.16
HSL 232.36º 0.57% 0.62% -
HSV(B) 232.36º 0.51% 0.84% -
XYZ 24.32 20.75 66.34 -
YUV 124.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 104 118 214 0.51 0.45 0 0.16 232.36 0.57 0.62
Hex 68 76 D6 33 2D 0 10 E8 39 3E
Octal 150 166 326 63 55 0 20 350 71 76
Binary 1101000 1110110 11010110 110011 101101 0 10000 11101000 111001 111110

Color Harmonies of #6876D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876D6

Black with #6876D6

Text Example


Text Example

White with #6876D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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