Html Css Color HEX #6153CE Slate Blue

📋 copy color: '#6153CE'

red 97 ◦ green 83 ◦ blue 206

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

Shades of Slate Blue #6153CE

Tints of Slate Blue #6153CE

RGB

 RED value IS 97 (38.28% from 255) = 25.13%

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 25.13%
G = 21.5%
B = 53.37%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6153CE (or 0x6153CE) is known color: Slate Blue. HEX triplet: 61, 53 and CE. RGB value is (97,83,206). Sum of RGB (Red+Green+Blue) = 97+83+206=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6153CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153CE is #9EAC31. Grayscale: #646464. Windows color (decimal): -10398770 or 13521761. OLE color: 13521761.

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

Color convert

RGB 97 83 206 -
CMYK 0.53 0.60 0 0.19
HSL 246.83º 0.56% 0.57% -
HSV(B) 246.83º 0.6% 0.81% -
XYZ 19.16 13.18 59.93 -
YUV 101.21 187.14 125 -
System Red Green Blue C M Y K H S L
Decimal 97 83 206 0.53 0.60 0 0.19 246.83 0.56 0.57
Hex 61 53 CE 35 3C 0 13 F7 38 39
Octal 141 123 316 65 74 0 23 367 70 71
Binary 1100001 1010011 11001110 110101 111100 0 10011 11110111 111000 111001

Color Harmonies of #6153CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153CE

Black with #6153CE

Text Example


Text Example

White with #6153CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,83,206); }

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

background-color css

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

 a { background-color: rgb(97,83,206); }

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

border-color css

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

 span { border-color: rgb(97,83,206); }

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