Html Css Color HEX #6260DD Slate Blue

📋 copy color: '#6260DD'

red 98 ◦ green 96 ◦ blue 221

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

Shades of Slate Blue #6260DD

Tints of Slate Blue #6260DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 23.61%
G = 23.13%
B = 53.25%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6260DD (or 0x6260DD) is known color: Slate Blue. HEX triplet: 62, 60 and DD. RGB value is (98,96,221). Sum of RGB (Red+Green+Blue) = 98+96+221=415 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.61% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #6260DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260DD is #9D9F22. Grayscale: #6E6E6E. Windows color (decimal): -10329891 or 14508130. OLE color: 14508130.

HSL color Cylindrical-coordinate representation of color #6260DD: hue angle of 240.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6260DD is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 96 221 -
CMYK 0.56 0.57 0 0.13
HSL 240.96º 0.65% 0.62% -
HSV(B) 240.96º 0.57% 0.87% -
XYZ 22.27 16.18 70.36 -
YUV 110.85 190.16 118.84 -
System Red Green Blue C M Y K H S L
Decimal 98 96 221 0.56 0.57 0 0.13 240.96 0.65 0.62
Hex 62 60 DD 38 39 0 D F1 41 3E
Octal 142 140 335 70 71 0 15 361 101 76
Binary 1100010 1100000 11011101 111000 111001 0 1101 11110001 1000001 111110

Color Harmonies of #6260DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260DD

Black with #6260DD

Text Example


Text Example

White with #6260DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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