Html Css Color HEX #625CA4 Rich Blue

📋 copy color: '#625CA4'

red 98 ◦ green 92 ◦ blue 164

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

Shades of Rich Blue #625CA4

Tints of Rich Blue #625CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.33%

R = 27.68%
G = 25.99%
B = 46.33%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#625CA4 (or 0x625CA4) is known color: Rich Blue. HEX triplet: 62, 5C and A4. RGB value is (98,92,164). Sum of RGB (Red+Green+Blue) = 98+92+164=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #625CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CA4 is #9DA35B. Grayscale: #656565. Windows color (decimal): -10330972 or 10771554. OLE color: 10771554.

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

Color convert

RGB 98 92 164 -
CMYK 0.40 0.44 0 0.36
HSL 245º 0.28% 0.5% -
HSV(B) 245º 0.44% 0.64% -
XYZ 15.56 12.93 36.8 -
YUV 102 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 98 92 164 0.40 0.44 0 0.36 245 0.28 0.5
Hex 62 5C A4 28 2C 0 24 F5 1C 32
Octal 142 134 244 50 54 0 44 365 34 62
Binary 1100010 1011100 10100100 101000 101100 0 100100 11110101 11100 110010

Color Harmonies of #625CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625CA4

Black with #625CA4

Text Example


Text Example

White with #625CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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