Html Css Color HEX #626ADC Slate Blue

📋 copy color: '#626ADC'

red 98 ◦ green 106 ◦ blue 220

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

Shades of Slate Blue #626ADC

Tints of Slate Blue #626ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 23.11%
G = 25%
B = 51.89%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#626ADC (or 0x626ADC) is known color: Slate Blue. HEX triplet: 62, 6A and DC. RGB value is (98,106,220). Sum of RGB (Red+Green+Blue) = 98+106+220=424 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.11% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #626ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626ADC is #9D9523. Grayscale: #747474. Windows color (decimal): -10327332 or 14445154. OLE color: 14445154.

HSL color Cylindrical-coordinate representation of color #626ADC: hue angle of 236.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626ADC is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 106 220 -
CMYK 0.55 0.52 0 0.14
HSL 236.07º 0.64% 0.62% -
HSV(B) 236.07º 0.55% 0.86% -
XYZ 23.11 18.07 69.98 -
YUV 116.6 186.35 114.73 -
System Red Green Blue C M Y K H S L
Decimal 98 106 220 0.55 0.52 0 0.14 236.07 0.64 0.62
Hex 62 6A DC 37 34 0 E EC 40 3E
Octal 142 152 334 67 64 0 16 354 100 76
Binary 1100010 1101010 11011100 110111 110100 0 1110 11101100 1000000 111110

Color Harmonies of #626ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626ADC

Black with #626ADC

Text Example


Text Example

White with #626ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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