Html Css Color HEX #6155CF Slate Blue

📋 copy color: '#6155CF'

red 97 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #6155CF

Tints of Slate Blue #6155CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.85%

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

R = 24.94%
G = 21.85%
B = 53.21%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6155CF (or 0x6155CF) is known color: Slate Blue. HEX triplet: 61, 55 and CF. RGB value is (97,85,207). Sum of RGB (Red+Green+Blue) = 97+85+207=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6155CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CF is #9EAA30. Grayscale: #666666. Windows color (decimal): -10398257 or 13587809. OLE color: 13587809.

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

Color convert

RGB 97 85 207 -
CMYK 0.53 0.59 0 0.19
HSL 245.9º 0.56% 0.57% -
HSV(B) 245.9º 0.59% 0.81% -
XYZ 19.44 13.54 60.62 -
YUV 102.5 186.98 124.08 -
System Red Green Blue C M Y K H S L
Decimal 97 85 207 0.53 0.59 0 0.19 245.9 0.56 0.57
Hex 61 55 CF 35 3B 0 13 F6 38 39
Octal 141 125 317 65 73 0 23 366 70 71
Binary 1100001 1010101 11001111 110101 111011 0 10011 11110110 111000 111001

Color Harmonies of #6155CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155CF

Black with #6155CF

Text Example


Text Example

White with #6155CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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