Html Css Color HEX #6850CA Slate Blue

📋 copy color: '#6850CA'

red 104 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #6850CA

Tints of Slate Blue #6850CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

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

R = 26.94%
G = 20.73%
B = 52.33%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6850CA (or 0x6850CA) is known color: Slate Blue. HEX triplet: 68, 50 and CA. RGB value is (104,80,202). Sum of RGB (Red+Green+Blue) = 104+80+202=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #6850CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850CA is #97AF35. Grayscale: #646464. Windows color (decimal): -9940790 or 13258856. OLE color: 13258856.

HSL color Cylindrical-coordinate representation of color #6850CA: hue angle of 251.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6850CA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 80 202 -
CMYK 0.49 0.60 0 0.21
HSL 251.8º 0.54% 0.55% -
HSV(B) 251.8º 0.6% 0.79% -
XYZ 19.24 12.94 57.36 -
YUV 101.08 184.95 130.08 -
System Red Green Blue C M Y K H S L
Decimal 104 80 202 0.49 0.60 0 0.21 251.8 0.54 0.55
Hex 68 50 CA 31 3C 0 15 FC 36 37
Octal 150 120 312 61 74 0 25 374 66 67
Binary 1101000 1010000 11001010 110001 111100 0 10101 11111100 110110 110111

Color Harmonies of #6850CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850CA

Black with #6850CA

Text Example


Text Example

White with #6850CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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