Html Css Color HEX #626FDF Slate Blue

📋 copy color: '#626FDF'

red 98 ◦ green 111 ◦ blue 223

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

Shades of Slate Blue #626FDF

Tints of Slate Blue #626FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 22.69%
G = 25.69%
B = 51.62%

CMYK

 C value IS 0.56

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#626FDF (or 0x626FDF) is known color: Slate Blue. HEX triplet: 62, 6F and DF. RGB value is (98,111,223). Sum of RGB (Red+Green+Blue) = 98+111+223=432 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.69% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #626FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FDF is #9D9020. Grayscale: #777777. Windows color (decimal): -10326049 or 14643042. OLE color: 14643042.

HSL color Cylindrical-coordinate representation of color #626FDF: hue angle of 233.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #626FDF is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 111 223 -
CMYK 0.56 0.50 0 0.13
HSL 233.76º 0.66% 0.63% -
HSV(B) 233.76º 0.56% 0.87% -
XYZ 24.04 19.29 72.27 -
YUV 119.88 186.19 112.39 -
System Red Green Blue C M Y K H S L
Decimal 98 111 223 0.56 0.50 0 0.13 233.76 0.66 0.63
Hex 62 6F DF 38 32 0 D EA 42 3F
Octal 142 157 337 70 62 0 15 352 102 77
Binary 1100010 1101111 11011111 111000 110010 0 1101 11101010 1000010 111111

Color Harmonies of #626FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FDF

Black with #626FDF

Text Example


Text Example

White with #626FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,111,223); }

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

background-color css

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

 a { background-color: rgb(98,111,223); }

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

border-color css

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

 span { border-color: rgb(98,111,223); }

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