Html Css Color HEX #626CE1 Slate Blue

📋 copy color: '#626CE1'

red 98 ◦ green 108 ◦ blue 225

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

Shades of Slate Blue #626CE1

Tints of Slate Blue #626CE1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.06%

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 22.74%
G = 25.06%
B = 52.2%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#626CE1 (or 0x626CE1) is known color: Slate Blue. HEX triplet: 62, 6C and E1. RGB value is (98,108,225). Sum of RGB (Red+Green+Blue) = 98+108+225=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 108 (42.58% from 255 or 25.06% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #626CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626CE1 is #9D931E. Grayscale: #757575. Windows color (decimal): -10326815 or 14773346. OLE color: 14773346.

HSL color Cylindrical-coordinate representation of color #626CE1: hue angle of 235.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626CE1 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 108 225 -
CMYK 0.56 0.52 0 0.12
HSL 235.28º 0.68% 0.63% -
HSV(B) 235.28º 0.56% 0.88% -
XYZ 23.99 18.76 73.59 -
YUV 118.35 188.19 113.49 -
System Red Green Blue C M Y K H S L
Decimal 98 108 225 0.56 0.52 0 0.12 235.28 0.68 0.63
Hex 62 6C E1 38 34 0 C EB 44 3F
Octal 142 154 341 70 64 0 14 353 104 77
Binary 1100010 1101100 11100001 111000 110100 0 1100 11101011 1000100 111111

Color Harmonies of #626CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626CE1

Black with #626CE1

Text Example


Text Example

White with #626CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626CE1; }

 p { color: rgb(98,108,225); }

 H1.HeaderClassName
 {
   color: #626CE1;
 }
 .AnyTagClassName
 {
   color: #626CE1;
 }
</style>

background-color css

<style>
 a { background-color: #626CE1; }

 a { background-color: rgb(98,108,225); }

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

border-color css

<style>
 span { border-color: #626CE1; }

 span { border-color: rgb(98,108,225); }

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