Html Css Color HEX #6041CE Slate Blue

📋 copy color: '#6041CE'

red 96 ◦ green 65 ◦ blue 206

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

Shades of Slate Blue #6041CE

Tints of Slate Blue #6041CE

RGB

 RED value IS 96 (37.89% from 255) = 26.16%

 GREEN value IS 65 (25.78% from 255) = 17.71%

 BLUE value IS 206 (80.86% from 255) = 56.13%

R = 26.16%
G = 17.71%
B = 56.13%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6041CE (or 0x6041CE) is known color: Slate Blue. HEX triplet: 60, 41 and CE. RGB value is (96,65,206). Sum of RGB (Red+Green+Blue) = 96+65+206=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #6041CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6041CE is #9FBE31. Grayscale: #595959. Windows color (decimal): -10468914 or 13517152. OLE color: 13517152.

HSL color Cylindrical-coordinate representation of color #6041CE: hue angle of 253.19º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6041CE is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 65 206 -
CMYK 0.53 0.68 0 0.19
HSL 253.19º 0.59% 0.53% -
HSV(B) 253.19º 0.68% 0.81% -
XYZ 17.85 10.72 59.52 -
YUV 90.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 96 65 206 0.53 0.68 0 0.19 253.19 0.59 0.53
Hex 60 41 CE 35 44 0 13 FD 3B 35
Octal 140 101 316 65 104 0 23 375 73 65
Binary 1100000 1000001 11001110 110101 1000100 0 10011 11111101 111011 110101

Color Harmonies of #6041CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041CE

Black with #6041CE

Text Example


Text Example

White with #6041CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6041CE; }

 p { color: rgb(96,65,206); }

 H1.HeaderClassName
 {
   color: #6041CE;
 }
 .AnyTagClassName
 {
   color: #6041CE;
 }
</style>

background-color css

<style>
 a { background-color: #6041CE; }

 a { background-color: rgb(96,65,206); }

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

border-color css

<style>
 span { border-color: #6041CE; }

 span { border-color: rgb(96,65,206); }

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