Html Css Color HEX #626BD1 Slate Blue

📋 copy color: '#626BD1'

red 98 ◦ green 107 ◦ blue 209

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

Shades of Slate Blue #626BD1

Tints of Slate Blue #626BD1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 23.67%
G = 25.85%
B = 50.48%

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

#626BD1 (or 0x626BD1) is known color: Slate Blue. HEX triplet: 62, 6B and D1. RGB value is (98,107,209). Sum of RGB (Red+Green+Blue) = 98+107+209=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #626BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626BD1 is #9D942E. Grayscale: #737373. Windows color (decimal): -10327087 or 13724514. OLE color: 13724514.

HSL color Cylindrical-coordinate representation of color #626BD1: hue angle of 235.14º 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 #626BD1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 107 209 -
CMYK 0.53 0.49 0 0.18
HSL 235.14º 0.55% 0.6% -
HSV(B) 235.14º 0.53% 0.82% -
XYZ 21.8 17.72 62.59 -
YUV 115.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 98 107 209 0.53 0.49 0 0.18 235.14 0.55 0.6
Hex 62 6B D1 35 31 0 12 EB 37 3C
Octal 142 153 321 65 61 0 22 353 67 74
Binary 1100010 1101011 11010001 110101 110001 0 10010 11101011 110111 111100

Color Harmonies of #626BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626BD1

Black with #626BD1

Text Example


Text Example

White with #626BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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