Html Css Color HEX #6162C9 Slate Blue

📋 copy color: '#6162C9'

red 97 ◦ green 98 ◦ blue 201

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

Shades of Slate Blue #6162C9

Tints of Slate Blue #6162C9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.75%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 24.49%
G = 24.75%
B = 50.76%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6162C9 (or 0x6162C9) is known color: Slate Blue. HEX triplet: 61, 62 and C9. RGB value is (97,98,201). Sum of RGB (Red+Green+Blue) = 97+98+201=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #6162C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162C9 is #9E9D36. Grayscale: #6D6D6D. Windows color (decimal): -10394935 or 13197921. OLE color: 13197921.

HSL color Cylindrical-coordinate representation of color #6162C9: hue angle of 239.42º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6162C9 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 98 201 -
CMYK 0.52 0.51 0 0.21
HSL 239.42º 0.49% 0.58% -
HSV(B) 239.42º 0.52% 0.79% -
XYZ 19.84 15.49 57.2 -
YUV 109.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 97 98 201 0.52 0.51 0 0.21 239.42 0.49 0.58
Hex 61 62 C9 34 33 0 15 EF 31 3A
Octal 141 142 311 64 63 0 25 357 61 72
Binary 1100001 1100010 11001001 110100 110011 0 10101 11101111 110001 111010

Color Harmonies of #6162C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6162C9

Black with #6162C9

Text Example


Text Example

White with #6162C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6162C9; }

 p { color: rgb(97,98,201); }

 H1.HeaderClassName
 {
   color: #6162C9;
 }
 .AnyTagClassName
 {
   color: #6162C9;
 }
</style>

background-color css

<style>
 a { background-color: #6162C9; }

 a { background-color: rgb(97,98,201); }

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

border-color css

<style>
 span { border-color: #6162C9; }

 span { border-color: rgb(97,98,201); }

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