Html Css Color HEX #6E68CA Slate Blue

📋 copy color: '#6E68CA'

red 110 ◦ green 104 ◦ blue 202

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

Shades of Slate Blue #6E68CA

Tints of Slate Blue #6E68CA

RGB

 RED value IS 110 (43.36% from 255) = 26.44%

 GREEN value IS 104 (41.02% from 255) = 25%

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

R = 26.44%
G = 25%
B = 48.56%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E68CA (or 0x6E68CA) is known color: Slate Blue. HEX triplet: 6E, 68 and CA. RGB value is (110,104,202). Sum of RGB (Red+Green+Blue) = 110+104+202=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68CA is #919735. Grayscale: #747474. Windows color (decimal): -9541430 or 13265006. OLE color: 13265006.

HSL color Cylindrical-coordinate representation of color #6E68CA: hue angle of 243.67º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E68CA is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 104 202 -
CMYK 0.46 0.49 0 0.21
HSL 243.67º 0.48% 0.6% -
HSV(B) 243.67º 0.49% 0.79% -
XYZ 22.04 17.48 58.09 -
YUV 116.97 175.99 123.03 -
System Red Green Blue C M Y K H S L
Decimal 110 104 202 0.46 0.49 0 0.21 243.67 0.48 0.6
Hex 6E 68 CA 2E 31 0 15 F4 30 3C
Octal 156 150 312 56 61 0 25 364 60 74
Binary 1101110 1101000 11001010 101110 110001 0 10101 11110100 110000 111100

Color Harmonies of #6E68CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E68CA

Black with #6E68CA

Text Example


Text Example

White with #6E68CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E68CA; }

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

 H1.HeaderClassName
 {
   color: #6E68CA;
 }
 .AnyTagClassName
 {
   color: #6E68CA;
 }
</style>

background-color css

<style>
 a { background-color: #6E68CA; }

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

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

border-color css

<style>
 span { border-color: #6E68CA; }

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

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