Html Css Color HEX #625CCE Slate Blue

📋 copy color: '#625CCE'

red 98 ◦ green 92 ◦ blue 206

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

Shades of Slate Blue #625CCE

Tints of Slate Blue #625CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 24.75%
G = 23.23%
B = 52.02%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#625CCE (or 0x625CCE) is known color: Slate Blue. HEX triplet: 62, 5C and CE. RGB value is (98,92,206). Sum of RGB (Red+Green+Blue) = 98+92+206=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #625CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CCE is #9DA331. Grayscale: #6A6A6A. Windows color (decimal): -10330930 or 13524066. OLE color: 13524066.

HSL color Cylindrical-coordinate representation of color #625CCE: hue angle of 243.16º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #625CCE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 92 206 -
CMYK 0.52 0.55 0 0.19
HSL 243.16º 0.54% 0.58% -
HSV(B) 243.16º 0.55% 0.81% -
XYZ 20 14.71 60.18 -
YUV 106.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 98 92 206 0.52 0.55 0 0.19 243.16 0.54 0.58
Hex 62 5C CE 34 37 0 13 F3 36 3A
Octal 142 134 316 64 67 0 23 363 66 72
Binary 1100010 1011100 11001110 110100 110111 0 10011 11110011 110110 111010

Color Harmonies of #625CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CCE

Black with #625CCE

Text Example


Text Example

White with #625CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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