Html Css Color HEX #6043CE Slate Blue

📋 copy color: '#6043CE'

red 96 ◦ green 67 ◦ blue 206

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

Shades of Slate Blue #6043CE

Tints of Slate Blue #6043CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

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

R = 26.02%
G = 18.16%
B = 55.83%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6043CE (or 0x6043CE) is known color: Slate Blue. HEX triplet: 60, 43 and CE. RGB value is (96,67,206). Sum of RGB (Red+Green+Blue) = 96+67+206=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #6043CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043CE is #9FBC31. Grayscale: #5A5A5A. Windows color (decimal): -10468402 or 13517664. OLE color: 13517664.

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

Color convert

RGB 96 67 206 -
CMYK 0.53 0.67 0 0.19
HSL 252.52º 0.59% 0.54% -
HSV(B) 252.52º 0.67% 0.81% -
XYZ 17.97 10.96 59.56 -
YUV 91.52 192.61 131.2 -
System Red Green Blue C M Y K H S L
Decimal 96 67 206 0.53 0.67 0 0.19 252.52 0.59 0.54
Hex 60 43 CE 35 43 0 13 FD 3B 36
Octal 140 103 316 65 103 0 23 375 73 66
Binary 1100000 1000011 11001110 110101 1000011 0 10011 11111101 111011 110110

Color Harmonies of #6043CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6043CE

Black with #6043CE

Text Example


Text Example

White with #6043CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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