Html Css Color HEX #625FCC Slate Blue

📋 copy color: '#625FCC'

red 98 ◦ green 95 ◦ blue 204

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

Shades of Slate Blue #625FCC

Tints of Slate Blue #625FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.93%

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

R = 24.69%
G = 23.93%
B = 51.39%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#625FCC (or 0x625FCC) is known color: Slate Blue. HEX triplet: 62, 5F and CC. RGB value is (98,95,204). Sum of RGB (Red+Green+Blue) = 98+95+204=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #625FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #625FCC is #9DA033. Grayscale: #6B6B6B. Windows color (decimal): -10330164 or 13393762. OLE color: 13393762.

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

Color convert

RGB 98 95 204 -
CMYK 0.52 0.53 0 0.2
HSL 241.65º 0.52% 0.59% -
HSV(B) 241.65º 0.53% 0.8% -
XYZ 20.03 15.14 58.99 -
YUV 108.32 181.99 120.64 -
System Red Green Blue C M Y K H S L
Decimal 98 95 204 0.52 0.53 0 0.2 241.65 0.52 0.59
Hex 62 5F CC 34 35 0 14 F2 34 3B
Octal 142 137 314 64 65 0 24 362 64 73
Binary 1100010 1011111 11001100 110100 110101 0 10100 11110010 110100 111011

Color Harmonies of #625FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FCC

Black with #625FCC

Text Example


Text Example

White with #625FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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