Html Css Color HEX #626DD2 Slate Blue

📋 copy color: '#626DD2'

red 98 ◦ green 109 ◦ blue 210

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

Shades of Slate Blue #626DD2

Tints of Slate Blue #626DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.36%

R = 23.5%
G = 26.14%
B = 50.36%

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

#626DD2 (or 0x626DD2) is known color: Slate Blue. HEX triplet: 62, 6D and D2. RGB value is (98,109,210). Sum of RGB (Red+Green+Blue) = 98+109+210=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 210 (82.42% from 255 or 50.36% from 417); Max value from RGB is 210 - color contains mainly: blue. Hex color #626DD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626DD2 is #9D922D. Grayscale: #747474. Windows color (decimal): -10326574 or 13790562. OLE color: 13790562.

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

Color convert

RGB 98 109 210 -
CMYK 0.53 0.48 0 0.18
HSL 234.11º 0.55% 0.6% -
HSV(B) 234.11º 0.53% 0.82% -
XYZ 22.14 18.19 63.32 -
YUV 117.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 98 109 210 0.53 0.48 0 0.18 234.11 0.55 0.6
Hex 62 6D D2 35 30 0 12 EA 37 3C
Octal 142 155 322 65 60 0 22 352 67 74
Binary 1100010 1101101 11010010 110101 110000 0 10010 11101010 110111 111100

Color Harmonies of #626DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626DD2

Black with #626DD2

Text Example


Text Example

White with #626DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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