Html Css Color HEX #6259CC Slate Blue

📋 copy color: '#6259CC'

red 98 ◦ green 89 ◦ blue 204

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

Shades of Slate Blue #6259CC

Tints of Slate Blue #6259CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.17%

R = 25.06%
G = 22.76%
B = 52.17%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6259CC (or 0x6259CC) is known color: Slate Blue. HEX triplet: 62, 59 and CC. RGB value is (98,89,204). Sum of RGB (Red+Green+Blue) = 98+89+204=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6259CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259CC is #9DA633. Grayscale: #686868. Windows color (decimal): -10331700 or 13392226. OLE color: 13392226.

HSL color Cylindrical-coordinate representation of color #6259CC: hue angle of 244.7º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6259CC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 89 204 -
CMYK 0.52 0.56 0 0.2
HSL 244.7º 0.53% 0.57% -
HSV(B) 244.7º 0.56% 0.8% -
XYZ 19.51 14.1 58.82 -
YUV 104.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 98 89 204 0.52 0.56 0 0.2 244.7 0.53 0.57
Hex 62 59 CC 34 38 0 14 F5 35 39
Octal 142 131 314 64 70 0 24 365 65 71
Binary 1100010 1011001 11001100 110100 111000 0 10100 11110101 110101 111001

Color Harmonies of #6259CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6259CC

Black with #6259CC

Text Example


Text Example

White with #6259CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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