Html Css Color HEX #615CCB Slate Blue

📋 copy color: '#615CCB'

red 97 ◦ green 92 ◦ blue 203

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

Shades of Slate Blue #615CCB

Tints of Slate Blue #615CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.47%

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

R = 24.74%
G = 23.47%
B = 51.79%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#615CCB (or 0x615CCB) is known color: Slate Blue. HEX triplet: 61, 5C and CB. RGB value is (97,92,203). Sum of RGB (Red+Green+Blue) = 97+92+203=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #615CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCB is #9EA334. Grayscale: #696969. Windows color (decimal): -10396469 or 13327457. OLE color: 13327457.

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

Color convert

RGB 97 92 203 -
CMYK 0.52 0.55 0 0.20
HSL 242.7º 0.52% 0.58% -
HSV(B) 242.7º 0.55% 0.8% -
XYZ 19.54 14.51 58.27 -
YUV 106.15 182.66 121.47 -
System Red Green Blue C M Y K H S L
Decimal 97 92 203 0.52 0.55 0 0.20 242.7 0.52 0.58
Hex 61 5C CB 34 37 0 14 F3 34 3A
Octal 141 134 313 64 67 0 24 363 64 72
Binary 1100001 1011100 11001011 110100 110111 0 10100 11110011 110100 111010

Color Harmonies of #615CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CCB

Black with #615CCB

Text Example


Text Example

White with #615CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615CCB; }

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

 H1.HeaderClassName
 {
   color: #615CCB;
 }
 .AnyTagClassName
 {
   color: #615CCB;
 }
</style>

background-color css

<style>
 a { background-color: #615CCB; }

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

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

border-color css

<style>
 span { border-color: #615CCB; }

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

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