Html Css Color HEX #6155CB Slate Blue

📋 copy color: '#6155CB'

red 97 ◦ green 85 ◦ blue 203

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

Shades of Slate Blue #6155CB

Tints of Slate Blue #6155CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 25.19%
G = 22.08%
B = 52.73%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6155CB (or 0x6155CB) is known color: Slate Blue. HEX triplet: 61, 55 and CB. RGB value is (97,85,203). Sum of RGB (Red+Green+Blue) = 97+85+203=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6155CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6155CB is #9EAA34. Grayscale: #656565. Windows color (decimal): -10398261 or 13325665. OLE color: 13325665.

HSL color Cylindrical-coordinate representation of color #6155CB: hue angle of 246.1º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6155CB is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 85 203 -
CMYK 0.52 0.58 0 0.20
HSL 246.1º 0.53% 0.56% -
HSV(B) 246.1º 0.58% 0.8% -
XYZ 18.96 13.35 58.08 -
YUV 102.04 184.98 124.41 -
System Red Green Blue C M Y K H S L
Decimal 97 85 203 0.52 0.58 0 0.20 246.1 0.53 0.56
Hex 61 55 CB 34 3A 0 14 F6 35 38
Octal 141 125 313 64 72 0 24 366 65 70
Binary 1100001 1010101 11001011 110100 111010 0 10100 11110110 110101 111000

Color Harmonies of #6155CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6155CB

Black with #6155CB

Text Example


Text Example

White with #6155CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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