Html Css Color HEX #625FB2 Rich Blue

📋 copy color: '#625FB2'

red 98 ◦ green 95 ◦ blue 178

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

Shades of Rich Blue #625FB2

Tints of Rich Blue #625FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.98%

R = 26.42%
G = 25.61%
B = 47.98%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#625FB2 (or 0x625FB2) is known color: Rich Blue. HEX triplet: 62, 5F and B2. RGB value is (98,95,178). Sum of RGB (Red+Green+Blue) = 98+95+178=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 178 - color contains mainly: blue. Hex color #625FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FB2 is #9DA04D. Grayscale: #696969. Windows color (decimal): -10330190 or 11689826. OLE color: 11689826.

HSL color Cylindrical-coordinate representation of color #625FB2: hue angle of 242.17º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625FB2 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 98 95 178 -
CMYK 0.45 0.47 0 0.30
HSL 242.17º 0.35% 0.54% -
HSV(B) 242.17º 0.47% 0.7% -
XYZ 17.17 14 43.92 -
YUV 105.36 168.99 122.75 -
System Red Green Blue C M Y K H S L
Decimal 98 95 178 0.45 0.47 0 0.30 242.17 0.35 0.54
Hex 62 5F B2 2D 2F 0 1E F2 23 36
Octal 142 137 262 55 57 0 36 362 43 66
Binary 1100010 1011111 10110010 101101 101111 0 11110 11110010 100011 110110

Color Harmonies of #625FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625FB2

Black with #625FB2

Text Example


Text Example

White with #625FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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