Html Css Color HEX #6150CE Slate Blue

📋 copy color: '#6150CE'

red 97 ◦ green 80 ◦ blue 206

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

Shades of Slate Blue #6150CE

Tints of Slate Blue #6150CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 25.33%
G = 20.89%
B = 53.79%

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

#6150CE (or 0x6150CE) is known color: Slate Blue. HEX triplet: 61, 50 and CE. RGB value is (97,80,206). Sum of RGB (Red+Green+Blue) = 97+80+206=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6150CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150CE is #9EAF31. Grayscale: #626262. Windows color (decimal): -10399538 or 13520993. OLE color: 13520993.

HSL color Cylindrical-coordinate representation of color #6150CE: hue angle of 248.1º degrees, saturation: 0.56, 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 #6150CE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 80 206 -
CMYK 0.53 0.61 0 0.19
HSL 248.1º 0.56% 0.56% -
HSV(B) 248.1º 0.61% 0.81% -
XYZ 18.94 12.73 59.85 -
YUV 99.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 97 80 206 0.53 0.61 0 0.19 248.1 0.56 0.56
Hex 61 50 CE 35 3D 0 13 F8 38 38
Octal 141 120 316 65 75 0 23 370 70 70
Binary 1100001 1010000 11001110 110101 111101 0 10011 11111000 111000 111000

Color Harmonies of #6150CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150CE

Black with #6150CE

Text Example


Text Example

White with #6150CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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