Html Css Color HEX #6876DA Slate Blue

📋 copy color: '#6876DA'

red 104 ◦ green 118 ◦ blue 218

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

Shades of Slate Blue #6876DA

Tints of Slate Blue #6876DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.55%

R = 23.64%
G = 26.82%
B = 49.55%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6876DA (or 0x6876DA) is known color: Slate Blue. HEX triplet: 68, 76 and DA. RGB value is (104,118,218). Sum of RGB (Red+Green+Blue) = 104+118+218=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #6876DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6876DA is #978925. Grayscale: #7C7C7C. Windows color (decimal): -9931046 or 14317160. OLE color: 14317160.

HSL color Cylindrical-coordinate representation of color #6876DA: hue angle of 232.63º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6876DA is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 118 218 -
CMYK 0.52 0.46 0 0.15
HSL 232.63º 0.61% 0.63% -
HSV(B) 232.63º 0.52% 0.85% -
XYZ 24.84 20.96 69.07 -
YUV 125.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 104 118 218 0.52 0.46 0 0.15 232.63 0.61 0.63
Hex 68 76 DA 34 2E 0 F E9 3D 3F
Octal 150 166 332 64 56 0 17 351 75 77
Binary 1101000 1110110 11011010 110100 101110 0 1111 11101001 111101 111111

Color Harmonies of #6876DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6876DA

Black with #6876DA

Text Example


Text Example

White with #6876DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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