Html Css Color HEX #6141CF Slate Blue

📋 copy color: '#6141CF'

red 97 ◦ green 65 ◦ blue 207

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

Shades of Slate Blue #6141CF

Tints of Slate Blue #6141CF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.62%

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

R = 26.29%
G = 17.62%
B = 56.1%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6141CF (or 0x6141CF) is known color: Slate Blue. HEX triplet: 61, 41 and CF. RGB value is (97,65,207). Sum of RGB (Red+Green+Blue) = 97+65+207=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #6141CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6141CF is #9EBE30. Grayscale: #5A5A5A. Windows color (decimal): -10403377 or 13582689. OLE color: 13582689.

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

Color convert

RGB 97 65 207 -
CMYK 0.53 0.69 0 0.19
HSL 253.52º 0.6% 0.53% -
HSV(B) 253.52º 0.69% 0.81% -
XYZ 18.08 10.83 60.17 -
YUV 90.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 97 65 207 0.53 0.69 0 0.19 253.52 0.6 0.53
Hex 61 41 CF 35 45 0 13 FE 3C 35
Octal 141 101 317 65 105 0 23 376 74 65
Binary 1100001 1000001 11001111 110101 1000101 0 10011 11111110 111100 110101

Color Harmonies of #6141CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6141CF

Black with #6141CF

Text Example


Text Example

White with #6141CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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