Html Css Color HEX #6150CB Slate Blue

📋 copy color: '#6150CB'

red 97 ◦ green 80 ◦ blue 203

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

Shades of Slate Blue #6150CB

Tints of Slate Blue #6150CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.42%

R = 25.53%
G = 21.05%
B = 53.42%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6150CB (or 0x6150CB) is known color: Slate Blue. HEX triplet: 61, 50 and CB. RGB value is (97,80,203). Sum of RGB (Red+Green+Blue) = 97+80+203=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #6150CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6150CB is #9EAF34. Grayscale: #626262. Windows color (decimal): -10399541 or 13324385. OLE color: 13324385.

HSL color Cylindrical-coordinate representation of color #6150CB: hue angle of 248.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6150CB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 80 203 -
CMYK 0.52 0.61 0 0.20
HSL 248.29º 0.54% 0.55% -
HSV(B) 248.29º 0.61% 0.8% -
XYZ 18.58 12.59 57.95 -
YUV 99.11 186.63 126.5 -
System Red Green Blue C M Y K H S L
Decimal 97 80 203 0.52 0.61 0 0.20 248.29 0.54 0.55
Hex 61 50 CB 34 3D 0 14 F8 36 37
Octal 141 120 313 64 75 0 24 370 66 67
Binary 1100001 1010000 11001011 110100 111101 0 10100 11111000 110110 110111

Color Harmonies of #6150CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6150CB

Black with #6150CB

Text Example


Text Example

White with #6150CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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