Html Css Color HEX #615CCF Slate Blue

📋 copy color: '#615CCF'

red 97 ◦ green 92 ◦ blue 207

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

Shades of Slate Blue #615CCF

Tints of Slate Blue #615CCF

RGB

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

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

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

R = 24.49%
G = 23.23%
B = 52.27%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#615CCF (or 0x615CCF) is known color: Slate Blue. HEX triplet: 61, 5C and CF. RGB value is (97,92,207). Sum of RGB (Red+Green+Blue) = 97+92+207=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #615CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #615CCF is #9EA330. Grayscale: #6A6A6A. Windows color (decimal): -10396465 or 13589601. OLE color: 13589601.

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

Color convert

RGB 97 92 207 -
CMYK 0.53 0.56 0 0.19
HSL 242.61º 0.55% 0.59% -
HSV(B) 242.61º 0.56% 0.81% -
XYZ 20.02 14.7 60.81 -
YUV 106.61 184.66 121.15 -
System Red Green Blue C M Y K H S L
Decimal 97 92 207 0.53 0.56 0 0.19 242.61 0.55 0.59
Hex 61 5C CF 35 38 0 13 F3 37 3B
Octal 141 134 317 65 70 0 23 363 67 73
Binary 1100001 1011100 11001111 110101 111000 0 10011 11110011 110111 111011

Color Harmonies of #615CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615CCF

Black with #615CCF

Text Example


Text Example

White with #615CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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