Html Css Color HEX #626FDA Slate Blue

📋 copy color: '#626FDA'

red 98 ◦ green 111 ◦ blue 218

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

Shades of Slate Blue #626FDA

Tints of Slate Blue #626FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 22.95%
G = 26%
B = 51.05%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#626FDA (or 0x626FDA) is known color: Slate Blue. HEX triplet: 62, 6F and DA. RGB value is (98,111,218). Sum of RGB (Red+Green+Blue) = 98+111+218=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 111 (43.75% from 255 or 26.00% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #626FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626FDA is #9D9025. Grayscale: #767676. Windows color (decimal): -10326054 or 14315362. OLE color: 14315362.

HSL color Cylindrical-coordinate representation of color #626FDA: hue angle of 233.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626FDA is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 111 218 -
CMYK 0.55 0.49 0 0.15
HSL 233.5º 0.62% 0.62% -
HSV(B) 233.5º 0.55% 0.85% -
XYZ 23.38 19.03 68.77 -
YUV 119.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 98 111 218 0.55 0.49 0 0.15 233.5 0.62 0.62
Hex 62 6F DA 37 31 0 F EA 3E 3E
Octal 142 157 332 67 61 0 17 352 76 76
Binary 1100010 1101111 11011010 110111 110001 0 1111 11101010 111110 111110

Color Harmonies of #626FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626FDA

Black with #626FDA

Text Example


Text Example

White with #626FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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