Html Css Color HEX #6158C9 Slate Blue

📋 copy color: '#6158C9'

red 97 ◦ green 88 ◦ blue 201

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

Shades of Slate Blue #6158C9

Tints of Slate Blue #6158C9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.8%

 BLUE value IS 201 (78.91% from 255) = 52.07%

R = 25.13%
G = 22.8%
B = 52.07%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6158C9 (or 0x6158C9) is known color: Slate Blue. HEX triplet: 61, 58 and C9. RGB value is (97,88,201). Sum of RGB (Red+Green+Blue) = 97+88+201=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 201 (78.91% from 255 or 52.07% from 386); Max value from RGB is 201 - color contains mainly: blue. Hex color #6158C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6158C9 is #9EA736. Grayscale: #676767. Windows color (decimal): -10397495 or 13195361. OLE color: 13195361.

HSL color Cylindrical-coordinate representation of color #6158C9: hue angle of 244.78º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6158C9 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 88 201 -
CMYK 0.52 0.56 0 0.21
HSL 244.78º 0.51% 0.57% -
HSV(B) 244.78º 0.56% 0.79% -
XYZ 18.96 13.74 56.91 -
YUV 103.57 182.98 123.31 -
System Red Green Blue C M Y K H S L
Decimal 97 88 201 0.52 0.56 0 0.21 244.78 0.51 0.57
Hex 61 58 C9 34 38 0 15 F5 33 39
Octal 141 130 311 64 70 0 25 365 63 71
Binary 1100001 1011000 11001001 110100 111000 0 10101 11110101 110011 111001

Color Harmonies of #6158C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6158C9

Black with #6158C9

Text Example


Text Example

White with #6158C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6158C9; }

 p { color: rgb(97,88,201); }

 H1.HeaderClassName
 {
   color: #6158C9;
 }
 .AnyTagClassName
 {
   color: #6158C9;
 }
</style>

background-color css

<style>
 a { background-color: #6158C9; }

 a { background-color: rgb(97,88,201); }

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

border-color css

<style>
 span { border-color: #6158C9; }

 span { border-color: rgb(97,88,201); }

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