Html Css Color HEX #6261DB Slate Blue

📋 copy color: '#6261DB'

red 98 ◦ green 97 ◦ blue 219

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

Shades of Slate Blue #6261DB

Tints of Slate Blue #6261DB

RGB

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

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

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

R = 23.67%
G = 23.43%
B = 52.9%

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

#6261DB (or 0x6261DB) is known color: Slate Blue. HEX triplet: 62, 61 and DB. RGB value is (98,97,219). Sum of RGB (Red+Green+Blue) = 98+97+219=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #6261DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261DB is #9D9E24. Grayscale: #6E6E6E. Windows color (decimal): -10329637 or 14377314. OLE color: 14377314.

HSL color Cylindrical-coordinate representation of color #6261DB: hue angle of 240.49º 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 #6261DB is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 97 219 -
CMYK 0.55 0.56 0 0.14
HSL 240.49º 0.63% 0.62% -
HSV(B) 240.49º 0.56% 0.86% -
XYZ 22.1 16.26 68.99 -
YUV 111.21 188.83 118.58 -
System Red Green Blue C M Y K H S L
Decimal 98 97 219 0.55 0.56 0 0.14 240.49 0.63 0.62
Hex 62 61 DB 37 38 0 E F0 3F 3E
Octal 142 141 333 67 70 0 16 360 77 76
Binary 1100010 1100001 11011011 110111 111000 0 1110 11110000 111111 111110

Color Harmonies of #6261DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6261DB

Black with #6261DB

Text Example


Text Example

White with #6261DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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