Html Css Color HEX #6159CF Slate Blue

📋 copy color: '#6159CF'

red 97 ◦ green 89 ◦ blue 207

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

Shades of Slate Blue #6159CF

Tints of Slate Blue #6159CF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.65%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 24.68%
G = 22.65%
B = 52.67%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6159CF (or 0x6159CF) is known color: Slate Blue. HEX triplet: 61, 59 and CF. RGB value is (97,89,207). Sum of RGB (Red+Green+Blue) = 97+89+207=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #6159CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159CF is #9EA630. Grayscale: #686868. Windows color (decimal): -10397233 or 13588833. OLE color: 13588833.

HSL color Cylindrical-coordinate representation of color #6159CF: hue angle of 244.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6159CF is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 89 207 -
CMYK 0.53 0.57 0 0.19
HSL 244.07º 0.55% 0.58% -
HSV(B) 244.07º 0.57% 0.81% -
XYZ 19.76 14.19 60.73 -
YUV 104.84 185.65 122.41 -
System Red Green Blue C M Y K H S L
Decimal 97 89 207 0.53 0.57 0 0.19 244.07 0.55 0.58
Hex 61 59 CF 35 39 0 13 F4 37 3A
Octal 141 131 317 65 71 0 23 364 67 72
Binary 1100001 1011001 11001111 110101 111001 0 10011 11110100 110111 111010

Color Harmonies of #6159CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159CF

Black with #6159CF

Text Example


Text Example

White with #6159CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6159CF; }

 p { color: rgb(97,89,207); }

 H1.HeaderClassName
 {
   color: #6159CF;
 }
 .AnyTagClassName
 {
   color: #6159CF;
 }
</style>

background-color css

<style>
 a { background-color: #6159CF; }

 a { background-color: rgb(97,89,207); }

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

border-color css

<style>
 span { border-color: #6159CF; }

 span { border-color: rgb(97,89,207); }

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