Html Css Color HEX #6150DF Slate Blue

📋 copy color: '#6150DF'

red 97 ◦ green 80 ◦ blue 223

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

Shades of Slate Blue #6150DF

Tints of Slate Blue #6150DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 24.25%
G = 20%
B = 55.75%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6150DF (or 0x6150DF) is known color: Slate Blue. HEX triplet: 61, 50 and DF. RGB value is (97,80,223). Sum of RGB (Red+Green+Blue) = 97+80+223=400 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #6150DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150DF is #9EAF20. Grayscale: #646464. Windows color (decimal): -10399521 or 14635105. OLE color: 14635105.

HSL color Cylindrical-coordinate representation of color #6150DF: hue angle of 247.13º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6150DF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 97 80 223 -
CMYK 0.57 0.64 0 0.13
HSL 247.13º 0.69% 0.59% -
HSV(B) 247.13º 0.64% 0.87% -
XYZ 21.12 13.61 71.33 -
YUV 101.39 196.63 124.87 -
System Red Green Blue C M Y K H S L
Decimal 97 80 223 0.57 0.64 0 0.13 247.13 0.69 0.59
Hex 61 50 DF 39 40 0 D F7 45 3B
Octal 141 120 337 71 100 0 15 367 105 73
Binary 1100001 1010000 11011111 111001 1000000 0 1101 11110111 1000101 111011

Color Harmonies of #6150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150DF

Black with #6150DF

Text Example


Text Example

White with #6150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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