Html Css Color HEX #6260D5 Slate Blue

📋 copy color: '#6260D5'

red 98 ◦ green 96 ◦ blue 213

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

Shades of Slate Blue #6260D5

Tints of Slate Blue #6260D5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

 BLUE value IS 213 (83.59% from 255) = 52.33%

R = 24.08%
G = 23.59%
B = 52.33%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6260D5 (or 0x6260D5) is known color: Slate Blue. HEX triplet: 62, 60 and D5. RGB value is (98,96,213). Sum of RGB (Red+Green+Blue) = 98+96+213=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #6260D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260D5 is #9D9F2A. Grayscale: #6D6D6D. Windows color (decimal): -10329899 or 13983842. OLE color: 13983842.

HSL color Cylindrical-coordinate representation of color #6260D5: hue angle of 241.03º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6260D5 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 96 213 -
CMYK 0.54 0.55 0 0.16
HSL 241.03º 0.58% 0.61% -
HSV(B) 241.03º 0.55% 0.84% -
XYZ 21.23 15.77 64.88 -
YUV 109.94 186.16 119.49 -
System Red Green Blue C M Y K H S L
Decimal 98 96 213 0.54 0.55 0 0.16 241.03 0.58 0.61
Hex 62 60 D5 36 37 0 10 F1 3A 3D
Octal 142 140 325 66 67 0 20 361 72 75
Binary 1100010 1100000 11010101 110110 110111 0 10000 11110001 111010 111101

Color Harmonies of #6260D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260D5

Black with #6260D5

Text Example


Text Example

White with #6260D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6260D5; }

 p { color: rgb(98,96,213); }

 H1.HeaderClassName
 {
   color: #6260D5;
 }
 .AnyTagClassName
 {
   color: #6260D5;
 }
</style>

background-color css

<style>
 a { background-color: #6260D5; }

 a { background-color: rgb(98,96,213); }

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

border-color css

<style>
 span { border-color: #6260D5; }

 span { border-color: rgb(98,96,213); }

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