Html Css Color HEX #6858CA Slate Blue

📋 copy color: '#6858CA'

red 104 ◦ green 88 ◦ blue 202

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

Shades of Slate Blue #6858CA

Tints of Slate Blue #6858CA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 202 (79.3% from 255) = 51.27%

R = 26.4%
G = 22.34%
B = 51.27%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6858CA (or 0x6858CA) is known color: Slate Blue. HEX triplet: 68, 58 and CA. RGB value is (104,88,202). Sum of RGB (Red+Green+Blue) = 104+88+202=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #6858CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6858CA is #97A735. Grayscale: #696969. Windows color (decimal): -9938742 or 13260904. OLE color: 13260904.

HSL color Cylindrical-coordinate representation of color #6858CA: hue angle of 248.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6858CA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 88 202 -
CMYK 0.49 0.56 0 0.21
HSL 248.42º 0.52% 0.57% -
HSV(B) 248.42º 0.56% 0.79% -
XYZ 19.86 14.19 57.57 -
YUV 105.78 182.3 126.73 -
System Red Green Blue C M Y K H S L
Decimal 104 88 202 0.49 0.56 0 0.21 248.42 0.52 0.57
Hex 68 58 CA 31 38 0 15 F8 34 39
Octal 150 130 312 61 70 0 25 370 64 71
Binary 1101000 1011000 11001010 110001 111000 0 10101 11111000 110100 111001

Color Harmonies of #6858CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6858CA

Black with #6858CA

Text Example


Text Example

White with #6858CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6858CA; }

 p { color: rgb(104,88,202); }

 H1.HeaderClassName
 {
   color: #6858CA;
 }
 .AnyTagClassName
 {
   color: #6858CA;
 }
</style>

background-color css

<style>
 a { background-color: #6858CA; }

 a { background-color: rgb(104,88,202); }

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

border-color css

<style>
 span { border-color: #6858CA; }

 span { border-color: rgb(104,88,202); }

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