Html Css Color HEX #6E6CCA Slate Blue

📋 copy color: '#6E6CCA'

red 110 ◦ green 108 ◦ blue 202

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

Shades of Slate Blue #6E6CCA

Tints of Slate Blue #6E6CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.71%

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

R = 26.19%
G = 25.71%
B = 48.1%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E6CCA (or 0x6E6CCA) is known color: Slate Blue. HEX triplet: 6E, 6C and CA. RGB value is (110,108,202). Sum of RGB (Red+Green+Blue) = 110+108+202=420 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.19% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E6CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6CCA is #919335. Grayscale: #767676. Windows color (decimal): -9540406 or 13266030. OLE color: 13266030.

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

Color convert

RGB 110 108 202 -
CMYK 0.46 0.47 0 0.21
HSL 241.28º 0.47% 0.61% -
HSV(B) 241.28º 0.47% 0.79% -
XYZ 22.45 18.3 58.23 -
YUV 119.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 110 108 202 0.46 0.47 0 0.21 241.28 0.47 0.61
Hex 6E 6C CA 2E 2F 0 15 F1 2F 3D
Octal 156 154 312 56 57 0 25 361 57 75
Binary 1101110 1101100 11001010 101110 101111 0 10101 11110001 101111 111101

Color Harmonies of #6E6CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6CCA

Black with #6E6CCA

Text Example


Text Example

White with #6E6CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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