Html Css Color HEX #626AD1 Slate Blue

📋 copy color: '#626AD1'

red 98 ◦ green 106 ◦ blue 209

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

Shades of Slate Blue #626AD1

Tints of Slate Blue #626AD1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 23.73%
G = 25.67%
B = 50.61%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#626AD1 (or 0x626AD1) is known color: Slate Blue. HEX triplet: 62, 6A and D1. RGB value is (98,106,209). Sum of RGB (Red+Green+Blue) = 98+106+209=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #626AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626AD1 is #9D952E. Grayscale: #727272. Windows color (decimal): -10327343 or 13724258. OLE color: 13724258.

HSL color Cylindrical-coordinate representation of color #626AD1: hue angle of 235.68º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #626AD1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 106 209 -
CMYK 0.53 0.49 0 0.18
HSL 235.68º 0.55% 0.6% -
HSV(B) 235.68º 0.53% 0.82% -
XYZ 21.7 17.51 62.56 -
YUV 115.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 98 106 209 0.53 0.49 0 0.18 235.68 0.55 0.6
Hex 62 6A D1 35 31 0 12 EC 37 3C
Octal 142 152 321 65 61 0 22 354 67 74
Binary 1100010 1101010 11010001 110101 110001 0 10010 11101100 110111 111100

Color Harmonies of #626AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626AD1

Black with #626AD1

Text Example


Text Example

White with #626AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,106,209); }

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

background-color css

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

 a { background-color: rgb(98,106,209); }

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

border-color css

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

 span { border-color: rgb(98,106,209); }

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