Html Css Color HEX #625BDA Slate Blue

📋 copy color: '#625BDA'

red 98 ◦ green 91 ◦ blue 218

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

Shades of Slate Blue #625BDA

Tints of Slate Blue #625BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

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

R = 24.08%
G = 22.36%
B = 53.56%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#625BDA (or 0x625BDA) is known color: Slate Blue. HEX triplet: 62, 5B and DA. RGB value is (98,91,218). Sum of RGB (Red+Green+Blue) = 98+91+218=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #625BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625BDA is #9DA425. Grayscale: #6B6B6B. Windows color (decimal): -10331174 or 14310242. OLE color: 14310242.

HSL color Cylindrical-coordinate representation of color #625BDA: hue angle of 243.31º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625BDA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 91 218 -
CMYK 0.55 0.58 0 0.15
HSL 243.31º 0.63% 0.61% -
HSV(B) 243.31º 0.58% 0.85% -
XYZ 21.43 15.14 68.12 -
YUV 107.57 190.32 121.17 -
System Red Green Blue C M Y K H S L
Decimal 98 91 218 0.55 0.58 0 0.15 243.31 0.63 0.61
Hex 62 5B DA 37 3A 0 F F3 3F 3D
Octal 142 133 332 67 72 0 17 363 77 75
Binary 1100010 1011011 11011010 110111 111010 0 1111 11110011 111111 111101

Color Harmonies of #625BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625BDA

Black with #625BDA

Text Example


Text Example

White with #625BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625BDA; }

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

 H1.HeaderClassName
 {
   color: #625BDA;
 }
 .AnyTagClassName
 {
   color: #625BDA;
 }
</style>

background-color css

<style>
 a { background-color: #625BDA; }

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

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

border-color css

<style>
 span { border-color: #625BDA; }

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

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