Html Css Color HEX #625CDD Slate Blue

📋 copy color: '#625CDD'

red 98 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #625CDD

Tints of Slate Blue #625CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.38%

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 23.84%
G = 22.38%
B = 53.77%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#625CDD (or 0x625CDD) is known color: Slate Blue. HEX triplet: 62, 5C and DD. RGB value is (98,92,221). Sum of RGB (Red+Green+Blue) = 98+92+221=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #625CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CDD is #9DA322. Grayscale: #6B6B6B. Windows color (decimal): -10330915 or 14507106. OLE color: 14507106.

HSL color Cylindrical-coordinate representation of color #625CDD: hue angle of 242.79º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #625CDD is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 92 221 -
CMYK 0.56 0.58 0 0.13
HSL 242.79º 0.65% 0.61% -
HSV(B) 242.79º 0.58% 0.87% -
XYZ 21.92 15.47 70.24 -
YUV 108.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 98 92 221 0.56 0.58 0 0.13 242.79 0.65 0.61
Hex 62 5C DD 38 3A 0 D F3 41 3D
Octal 142 134 335 70 72 0 15 363 101 75
Binary 1100010 1011100 11011101 111000 111010 0 1101 11110011 1000001 111101

Color Harmonies of #625CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CDD

Black with #625CDD

Text Example


Text Example

White with #625CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,92,221); }

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

background-color css

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

 a { background-color: rgb(98,92,221); }

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

border-color css

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

 span { border-color: rgb(98,92,221); }

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