Html Css Color HEX #6260DB Slate Blue

📋 copy color: '#6260DB'

red 98 ◦ green 96 ◦ blue 219

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

Shades of Slate Blue #6260DB

Tints of Slate Blue #6260DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 23.73%
G = 23.24%
B = 53.03%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6260DB (or 0x6260DB) is known color: Slate Blue. HEX triplet: 62, 60 and DB. RGB value is (98,96,219). Sum of RGB (Red+Green+Blue) = 98+96+219=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #6260DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260DB is #9D9F24. Grayscale: #6E6E6E. Windows color (decimal): -10329893 or 14377058. OLE color: 14377058.

HSL color Cylindrical-coordinate representation of color #6260DB: hue angle of 240.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6260DB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 96 219 -
CMYK 0.55 0.56 0 0.14
HSL 240.98º 0.63% 0.62% -
HSV(B) 240.98º 0.56% 0.86% -
XYZ 22.01 16.08 68.96 -
YUV 110.62 189.16 119 -
System Red Green Blue C M Y K H S L
Decimal 98 96 219 0.55 0.56 0 0.14 240.98 0.63 0.62
Hex 62 60 DB 37 38 0 E F1 3F 3E
Octal 142 140 333 67 70 0 16 361 77 76
Binary 1100010 1100000 11011011 110111 111000 0 1110 11110001 111111 111110

Color Harmonies of #6260DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260DB

Black with #6260DB

Text Example


Text Example

White with #6260DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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