Html Css Color HEX #6876CD Chetwode Blue

📋 copy color: '#6876CD'

red 104 ◦ green 118 ◦ blue 205

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

Shades of Chetwode Blue #6876CD

Tints of Chetwode Blue #6876CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 24.36%
G = 27.63%
B = 48.01%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6876CD (or 0x6876CD) is known color: Chetwode Blue. HEX triplet: 68, 76 and CD. RGB value is (104,118,205). Sum of RGB (Red+Green+Blue) = 104+118+205=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #6876CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876CD is #978932. Grayscale: #7B7B7B. Windows color (decimal): -9931059 or 13465192. OLE color: 13465192.

HSL color Cylindrical-coordinate representation of color #6876CD: hue angle of 231.68º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6876CD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 118 205 -
CMYK 0.49 0.42 0 0.20
HSL 231.68º 0.5% 0.61% -
HSV(B) 231.68º 0.49% 0.8% -
XYZ 23.21 20.31 60.45 -
YUV 123.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 104 118 205 0.49 0.42 0 0.20 231.68 0.5 0.61
Hex 68 76 CD 31 2A 0 14 E8 32 3D
Octal 150 166 315 61 52 0 24 350 62 75
Binary 1101000 1110110 11001101 110001 101010 0 10100 11101000 110010 111101

Color Harmonies of #6876CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876CD

Black with #6876CD

Text Example


Text Example

White with #6876CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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