Html Css Color HEX #6163CF Slate Blue

📋 copy color: '#6163CF'

red 97 ◦ green 99 ◦ blue 207

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

Shades of Slate Blue #6163CF

Tints of Slate Blue #6163CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.57%

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

R = 24.07%
G = 24.57%
B = 51.36%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6163CF (or 0x6163CF) is known color: Slate Blue. HEX triplet: 61, 63 and CF. RGB value is (97,99,207). Sum of RGB (Red+Green+Blue) = 97+99+207=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #6163CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6163CF is #9E9C30. Grayscale: #6E6E6E. Windows color (decimal): -10394673 or 13591393. OLE color: 13591393.

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

Color convert

RGB 97 99 207 -
CMYK 0.53 0.52 0 0.19
HSL 238.91º 0.53% 0.6% -
HSV(B) 238.91º 0.53% 0.81% -
XYZ 20.65 15.97 61.03 -
YUV 110.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 97 99 207 0.53 0.52 0 0.19 238.91 0.53 0.6
Hex 61 63 CF 35 34 0 13 EF 35 3C
Octal 141 143 317 65 64 0 23 357 65 74
Binary 1100001 1100011 11001111 110101 110100 0 10011 11101111 110101 111100

Color Harmonies of #6163CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6163CF

Black with #6163CF

Text Example


Text Example

White with #6163CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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