Html Css Color HEX #6876B3 Chetwode Blue

📋 copy color: '#6876B3'

red 104 ◦ green 118 ◦ blue 179

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

Shades of Chetwode Blue #6876B3

Tints of Chetwode Blue #6876B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 25.94%
G = 29.43%
B = 44.64%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6876B3 (or 0x6876B3) is known color: Chetwode Blue. HEX triplet: 68, 76 and B3. RGB value is (104,118,179). Sum of RGB (Red+Green+Blue) = 104+118+179=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #6876B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876B3 is #97894C. Grayscale: #787878. Windows color (decimal): -9931085 or 11761256. OLE color: 11761256.

HSL color Cylindrical-coordinate representation of color #6876B3: hue angle of 228.8º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6876B3 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 118 179 -
CMYK 0.42 0.34 0 0.30
HSL 228.8º 0.33% 0.55% -
HSV(B) 228.8º 0.42% 0.7% -
XYZ 20.32 19.15 45.27 -
YUV 120.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 104 118 179 0.42 0.34 0 0.30 228.8 0.33 0.55
Hex 68 76 B3 2A 22 0 1E E5 21 37
Octal 150 166 263 52 42 0 36 345 41 67
Binary 1101000 1110110 10110011 101010 100010 0 11110 11100101 100001 110111

Color Harmonies of #6876B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876B3

Black with #6876B3

Text Example


Text Example

White with #6876B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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