Html Css Color HEX #6261C0 Slate Blue

📋 copy color: '#6261C0'

red 98 ◦ green 97 ◦ blue 192

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

Shades of Slate Blue #6261C0

Tints of Slate Blue #6261C0

RGB

 RED value IS 98 (38.67% from 255) = 25.32%

 GREEN value IS 97 (38.28% from 255) = 25.06%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 25.32%
G = 25.06%
B = 49.61%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6261C0 (or 0x6261C0) is known color: Slate Blue. HEX triplet: 62, 61 and C0. RGB value is (98,97,192). Sum of RGB (Red+Green+Blue) = 98+97+192=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #6261C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261C0 is #9D9E3F. Grayscale: #6B6B6B. Windows color (decimal): -10329664 or 12607842. OLE color: 12607842.

HSL color Cylindrical-coordinate representation of color #6261C0: hue angle of 240.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6261C0 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 98 97 192 -
CMYK 0.49 0.49 0 0.25
HSL 240.63º 0.43% 0.57% -
HSV(B) 240.63º 0.49% 0.75% -
XYZ 18.83 14.95 51.76 -
YUV 108.13 175.33 120.78 -
System Red Green Blue C M Y K H S L
Decimal 98 97 192 0.49 0.49 0 0.25 240.63 0.43 0.57
Hex 62 61 C0 31 31 0 19 F1 2B 39
Octal 142 141 300 61 61 0 31 361 53 71
Binary 1100010 1100001 11000000 110001 110001 0 11001 11110001 101011 111001

Color Harmonies of #6261C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6261C0

Black with #6261C0

Text Example


Text Example

White with #6261C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6261C0; }

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

 H1.HeaderClassName
 {
   color: #6261C0;
 }
 .AnyTagClassName
 {
   color: #6261C0;
 }
</style>

background-color css

<style>
 a { background-color: #6261C0; }

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

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

border-color css

<style>
 span { border-color: #6261C0; }

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

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