Html Css Color HEX #626DD1 Slate Blue

📋 copy color: '#626DD1'

red 98 ◦ green 109 ◦ blue 209

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

Shades of Slate Blue #626DD1

Tints of Slate Blue #626DD1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.2%

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

R = 23.56%
G = 26.2%
B = 50.24%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#626DD1 (or 0x626DD1) is known color: Slate Blue. HEX triplet: 62, 6D and D1. RGB value is (98,109,209). Sum of RGB (Red+Green+Blue) = 98+109+209=416 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.56% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 209 (82.03% from 255 or 50.24% from 416); Max value from RGB is 209 - color contains mainly: blue. Hex color #626DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DD1 is #9D922E. Grayscale: #747474. Windows color (decimal): -10326575 or 13725026. OLE color: 13725026.

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

Color convert

RGB 98 109 209 -
CMYK 0.53 0.48 0 0.18
HSL 234.05º 0.55% 0.6% -
HSV(B) 234.05º 0.53% 0.82% -
XYZ 22.01 18.14 62.66 -
YUV 117.11 179.86 114.37 -
System Red Green Blue C M Y K H S L
Decimal 98 109 209 0.53 0.48 0 0.18 234.05 0.55 0.6
Hex 62 6D D1 35 30 0 12 EA 37 3C
Octal 142 155 321 65 60 0 22 352 67 74
Binary 1100010 1101101 11010001 110101 110000 0 10010 11101010 110111 111100

Color Harmonies of #626DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626DD1

Black with #626DD1

Text Example


Text Example

White with #626DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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