Html Css Color HEX #6873DA Slate Blue

📋 copy color: '#6873DA'

red 104 ◦ green 115 ◦ blue 218

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

Shades of Slate Blue #6873DA

Tints of Slate Blue #6873DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

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

R = 23.8%
G = 26.32%
B = 49.89%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6873DA (or 0x6873DA) is known color: Slate Blue. HEX triplet: 68, 73 and DA. RGB value is (104,115,218). Sum of RGB (Red+Green+Blue) = 104+115+218=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #6873DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6873DA is #978C25. Grayscale: #7B7B7B. Windows color (decimal): -9931814 or 14316392. OLE color: 14316392.

HSL color Cylindrical-coordinate representation of color #6873DA: hue angle of 234.21º 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 #6873DA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 115 218 -
CMYK 0.52 0.47 0 0.15
HSL 234.21º 0.61% 0.63% -
HSV(B) 234.21º 0.52% 0.85% -
XYZ 24.49 20.27 68.95 -
YUV 123.45 181.36 114.12 -
System Red Green Blue C M Y K H S L
Decimal 104 115 218 0.52 0.47 0 0.15 234.21 0.61 0.63
Hex 68 73 DA 34 2F 0 F EA 3D 3F
Octal 150 163 332 64 57 0 17 352 75 77
Binary 1101000 1110011 11011010 110100 101111 0 1111 11101010 111101 111111

Color Harmonies of #6873DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6873DA

Black with #6873DA

Text Example


Text Example

White with #6873DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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