Html Css Color HEX #6150CF Slate Blue

📋 copy color: '#6150CF'

red 97 ◦ green 80 ◦ blue 207

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

Shades of Slate Blue #6150CF

Tints of Slate Blue #6150CF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 25.26%
G = 20.83%
B = 53.91%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6150CF (or 0x6150CF) is known color: Slate Blue. HEX triplet: 61, 50 and CF. RGB value is (97,80,207). Sum of RGB (Red+Green+Blue) = 97+80+207=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #6150CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150CF is #9EAF30. Grayscale: #636363. Windows color (decimal): -10399537 or 13586529. OLE color: 13586529.

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

Color convert

RGB 97 80 207 -
CMYK 0.53 0.61 0 0.19
HSL 248.03º 0.57% 0.56% -
HSV(B) 248.03º 0.61% 0.81% -
XYZ 19.06 12.78 60.49 -
YUV 99.56 188.63 126.17 -
System Red Green Blue C M Y K H S L
Decimal 97 80 207 0.53 0.61 0 0.19 248.03 0.57 0.56
Hex 61 50 CF 35 3D 0 13 F8 39 38
Octal 141 120 317 65 75 0 23 370 71 70
Binary 1100001 1010000 11001111 110101 111101 0 10011 11111000 111001 111000

Color Harmonies of #6150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150CF

Black with #6150CF

Text Example


Text Example

White with #6150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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