Html Css Color HEX #625DA3 Rich Blue

📋 copy color: '#625DA3'

red 98 ◦ green 93 ◦ blue 163

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

Shades of Rich Blue #625DA3

Tints of Rich Blue #625DA3

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.27%

 BLUE value IS 163 (64.06% from 255) = 46.05%

R = 27.68%
G = 26.27%
B = 46.05%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#625DA3 (or 0x625DA3) is known color: Rich Blue. HEX triplet: 62, 5D and A3. RGB value is (98,93,163). Sum of RGB (Red+Green+Blue) = 98+93+163=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #625DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DA3 is #9DA25C. Grayscale: #666666. Windows color (decimal): -10330717 or 10706274. OLE color: 10706274.

HSL color Cylindrical-coordinate representation of color #625DA3: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #625DA3 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 93 163 -
CMYK 0.40 0.43 0 0.36
HSL 244.29º 0.28% 0.5% -
HSV(B) 244.29º 0.43% 0.64% -
XYZ 15.56 13.07 36.35 -
YUV 102.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 98 93 163 0.40 0.43 0 0.36 244.29 0.28 0.5
Hex 62 5D A3 28 2B 0 24 F4 1C 32
Octal 142 135 243 50 53 0 44 364 34 62
Binary 1100010 1011101 10100011 101000 101011 0 100100 11110100 11100 110010

Color Harmonies of #625DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625DA3

Black with #625DA3

Text Example


Text Example

White with #625DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,93,163); }

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

background-color css

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

 a { background-color: rgb(98,93,163); }

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

border-color css

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

 span { border-color: rgb(98,93,163); }

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