Html Css Color HEX #6259DC Slate Blue

📋 copy color: '#6259DC'

red 98 ◦ green 89 ◦ blue 220

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

Shades of Slate Blue #6259DC

Tints of Slate Blue #6259DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.87%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 24.08%
G = 21.87%
B = 54.05%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6259DC (or 0x6259DC) is known color: Slate Blue. HEX triplet: 62, 59 and DC. RGB value is (98,89,220). Sum of RGB (Red+Green+Blue) = 98+89+220=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6259DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259DC is #9DA623. Grayscale: #6A6A6A. Windows color (decimal): -10331684 or 14440802. OLE color: 14440802.

HSL color Cylindrical-coordinate representation of color #6259DC: hue angle of 244.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6259DC is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 89 220 -
CMYK 0.55 0.60 0 0.14
HSL 244.12º 0.65% 0.61% -
HSV(B) 244.12º 0.6% 0.86% -
XYZ 21.53 14.91 69.45 -
YUV 106.63 191.98 121.85 -
System Red Green Blue C M Y K H S L
Decimal 98 89 220 0.55 0.60 0 0.14 244.12 0.65 0.61
Hex 62 59 DC 37 3C 0 E F4 41 3D
Octal 142 131 334 67 74 0 16 364 101 75
Binary 1100010 1011001 11011100 110111 111100 0 1110 11110100 1000001 111101

Color Harmonies of #6259DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6259DC

Black with #6259DC

Text Example


Text Example

White with #6259DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6259DC; }

 p { color: rgb(98,89,220); }

 H1.HeaderClassName
 {
   color: #6259DC;
 }
 .AnyTagClassName
 {
   color: #6259DC;
 }
</style>

background-color css

<style>
 a { background-color: #6259DC; }

 a { background-color: rgb(98,89,220); }

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

border-color css

<style>
 span { border-color: #6259DC; }

 span { border-color: rgb(98,89,220); }

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