Html Css Color HEX #6E61CA Slate Blue

📋 copy color: '#6E61CA'

red 110 ◦ green 97 ◦ blue 202

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

Shades of Slate Blue #6E61CA

Tints of Slate Blue #6E61CA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

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

R = 26.89%
G = 23.72%
B = 49.39%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E61CA (or 0x6E61CA) is known color: Slate Blue. HEX triplet: 6E, 61 and CA. RGB value is (110,97,202). Sum of RGB (Red+Green+Blue) = 110+97+202=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E61CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E61CA is #919E35. Grayscale: #707070. Windows color (decimal): -9543222 or 13263214. OLE color: 13263214.

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

Color convert

RGB 110 97 202 -
CMYK 0.46 0.52 0 0.21
HSL 247.43º 0.5% 0.59% -
HSV(B) 247.43º 0.52% 0.79% -
XYZ 21.37 16.13 57.86 -
YUV 112.86 178.31 125.96 -
System Red Green Blue C M Y K H S L
Decimal 110 97 202 0.46 0.52 0 0.21 247.43 0.5 0.59
Hex 6E 61 CA 2E 34 0 15 F7 32 3B
Octal 156 141 312 56 64 0 25 367 62 73
Binary 1101110 1100001 11001010 101110 110100 0 10101 11110111 110010 111011

Color Harmonies of #6E61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E61CA

Black with #6E61CA

Text Example


Text Example

White with #6E61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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