Html Css Color HEX #615FCC Slate Blue

📋 copy color: '#615FCC'

red 97 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #615FCC

Tints of Slate Blue #615FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.99%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 24.49%
G = 23.99%
B = 51.52%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#615FCC (or 0x615FCC) is known color: Slate Blue. HEX triplet: 61, 5F and CC. RGB value is (97,95,204). Sum of RGB (Red+Green+Blue) = 97+95+204=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #615FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615FCC is #9EA033. Grayscale: #6B6B6B. Windows color (decimal): -10395700 or 13393761. OLE color: 13393761.

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

Color convert

RGB 97 95 204 -
CMYK 0.52 0.53 0 0.2
HSL 241.1º 0.52% 0.59% -
HSV(B) 241.1º 0.53% 0.8% -
XYZ 19.92 15.09 58.99 -
YUV 108.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 97 95 204 0.52 0.53 0 0.2 241.1 0.52 0.59
Hex 61 5F CC 34 35 0 14 F1 34 3B
Octal 141 137 314 64 65 0 24 361 64 73
Binary 1100001 1011111 11001100 110100 110101 0 10100 11110001 110100 111011

Color Harmonies of #615FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615FCC

Black with #615FCC

Text Example


Text Example

White with #615FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,95,204); }

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

background-color css

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

 a { background-color: rgb(97,95,204); }

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

border-color css

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

 span { border-color: rgb(97,95,204); }

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