Html Css Color HEX #625ECE Slate Blue

📋 copy color: '#625ECE'

red 98 ◦ green 94 ◦ blue 206

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

Shades of Slate Blue #625ECE

Tints of Slate Blue #625ECE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 24.62%
G = 23.62%
B = 51.76%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#625ECE (or 0x625ECE) is known color: Slate Blue. HEX triplet: 62, 5E and CE. RGB value is (98,94,206). Sum of RGB (Red+Green+Blue) = 98+94+206=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #625ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625ECE is #9DA131. Grayscale: #6B6B6B. Windows color (decimal): -10330418 or 13524578. OLE color: 13524578.

HSL color Cylindrical-coordinate representation of color #625ECE: hue angle of 242.14º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #625ECE is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 94 206 -
CMYK 0.52 0.54 0 0.19
HSL 242.14º 0.53% 0.59% -
HSV(B) 242.14º 0.54% 0.81% -
XYZ 20.18 15.06 60.24 -
YUV 107.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 98 94 206 0.52 0.54 0 0.19 242.14 0.53 0.59
Hex 62 5E CE 34 36 0 13 F2 35 3B
Octal 142 136 316 64 66 0 23 362 65 73
Binary 1100010 1011110 11001110 110100 110110 0 10011 11110010 110101 111011

Color Harmonies of #625ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625ECE

Black with #625ECE

Text Example


Text Example

White with #625ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625ECE; }

 p { color: rgb(98,94,206); }

 H1.HeaderClassName
 {
   color: #625ECE;
 }
 .AnyTagClassName
 {
   color: #625ECE;
 }
</style>

background-color css

<style>
 a { background-color: #625ECE; }

 a { background-color: rgb(98,94,206); }

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

border-color css

<style>
 span { border-color: #625ECE; }

 span { border-color: rgb(98,94,206); }

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