Html Css Color HEX #6152CF Slate Blue

📋 copy color: '#6152CF'

red 97 ◦ green 82 ◦ blue 207

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

Shades of Slate Blue #6152CF

Tints of Slate Blue #6152CF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

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

R = 25.13%
G = 21.24%
B = 53.63%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6152CF (or 0x6152CF) is known color: Slate Blue. HEX triplet: 61, 52 and CF. RGB value is (97,82,207). Sum of RGB (Red+Green+Blue) = 97+82+207=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6152CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6152CF is #9EAD30. Grayscale: #646464. Windows color (decimal): -10399025 or 13587041. OLE color: 13587041.

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

Color convert

RGB 97 82 207 -
CMYK 0.53 0.60 0 0.19
HSL 247.2º 0.57% 0.57% -
HSV(B) 247.2º 0.6% 0.81% -
XYZ 19.21 13.08 60.54 -
YUV 100.74 187.97 125.34 -
System Red Green Blue C M Y K H S L
Decimal 97 82 207 0.53 0.60 0 0.19 247.2 0.57 0.57
Hex 61 52 CF 35 3C 0 13 F7 39 39
Octal 141 122 317 65 74 0 23 367 71 71
Binary 1100001 1010010 11001111 110101 111100 0 10011 11110111 111001 111001

Color Harmonies of #6152CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6152CF

Black with #6152CF

Text Example


Text Example

White with #6152CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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