Html Css Color HEX #625CCC Slate Blue

📋 copy color: '#625CCC'

red 98 ◦ green 92 ◦ blue 204

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

Shades of Slate Blue #625CCC

Tints of Slate Blue #625CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 24.87%
G = 23.35%
B = 51.78%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#625CCC (or 0x625CCC) is known color: Slate Blue. HEX triplet: 62, 5C and CC. RGB value is (98,92,204). Sum of RGB (Red+Green+Blue) = 98+92+204=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #625CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625CCC is #9DA333. Grayscale: #6A6A6A. Windows color (decimal): -10330932 or 13392994. OLE color: 13392994.

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

Color convert

RGB 98 92 204 -
CMYK 0.52 0.55 0 0.2
HSL 243.21º 0.52% 0.58% -
HSV(B) 243.21º 0.55% 0.8% -
XYZ 19.76 14.61 58.91 -
YUV 106.56 182.99 121.89 -
System Red Green Blue C M Y K H S L
Decimal 98 92 204 0.52 0.55 0 0.2 243.21 0.52 0.58
Hex 62 5C CC 34 37 0 14 F3 34 3A
Octal 142 134 314 64 67 0 24 363 64 72
Binary 1100010 1011100 11001100 110100 110111 0 10100 11110011 110100 111010

Color Harmonies of #625CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CCC

Black with #625CCC

Text Example


Text Example

White with #625CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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