Html Css Color HEX #6E62CA Slate Blue

📋 copy color: '#6E62CA'

red 110 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #6E62CA

Tints of Slate Blue #6E62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.9%

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

R = 26.83%
G = 23.9%
B = 49.27%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E62CA (or 0x6E62CA) is known color: Slate Blue. HEX triplet: 6E, 62 and CA. RGB value is (110,98,202). Sum of RGB (Red+Green+Blue) = 110+98+202=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E62CA is #919D35. Grayscale: #717171. Windows color (decimal): -9542966 or 13263470. OLE color: 13263470.

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

Color convert

RGB 110 98 202 -
CMYK 0.46 0.51 0 0.21
HSL 246.92º 0.5% 0.59% -
HSV(B) 246.92º 0.51% 0.79% -
XYZ 21.46 16.31 57.9 -
YUV 113.44 177.98 125.54 -
System Red Green Blue C M Y K H S L
Decimal 110 98 202 0.46 0.51 0 0.21 246.92 0.5 0.59
Hex 6E 62 CA 2E 33 0 15 F7 32 3B
Octal 156 142 312 56 63 0 25 367 62 73
Binary 1101110 1100010 11001010 101110 110011 0 10101 11110111 110010 111011

Color Harmonies of #6E62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E62CA

Black with #6E62CA

Text Example


Text Example

White with #6E62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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