Html Css Color HEX #6E5FCC Slate Blue

📋 copy color: '#6E5FCC'

red 110 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #6E5FCC

Tints of Slate Blue #6E5FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.23%

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 26.89%
G = 23.23%
B = 49.88%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E5FCC (or 0x6E5FCC) is known color: Slate Blue. HEX triplet: 6E, 5F and CC. RGB value is (110,95,204). Sum of RGB (Red+Green+Blue) = 110+95+204=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E5FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5FCC is #91A033. Grayscale: #6F6F6F. Windows color (decimal): -9543732 or 13393774. OLE color: 13393774.

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

Color convert

RGB 110 95 204 -
CMYK 0.46 0.53 0 0.2
HSL 248.26º 0.52% 0.59% -
HSV(B) 248.26º 0.53% 0.8% -
XYZ 21.42 15.86 59.06 -
YUV 111.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 110 95 204 0.46 0.53 0 0.2 248.26 0.52 0.59
Hex 6E 5F CC 2E 35 0 14 F8 34 3B
Octal 156 137 314 56 65 0 24 370 64 73
Binary 1101110 1011111 11001100 101110 110101 0 10100 11111000 110100 111011

Color Harmonies of #6E5FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5FCC

Black with #6E5FCC

Text Example


Text Example

White with #6E5FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,95,204); }

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

background-color css

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

 a { background-color: rgb(110,95,204); }

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

border-color css

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

 span { border-color: rgb(110,95,204); }

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