Html Css Color HEX #625AAA Blue Marguerite

📋 copy color: '#625AAA'

red 98 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #625AAA

Tints of Blue Marguerite #625AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.14%

 BLUE value IS 170 (66.8% from 255) = 47.49%

R = 27.37%
G = 25.14%
B = 47.49%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#625AAA (or 0x625AAA) is known color: Blue Marguerite. HEX triplet: 62, 5A and AA. RGB value is (98,90,170). Sum of RGB (Red+Green+Blue) = 98+90+170=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #625AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAA is #9DA555. Grayscale: #656565. Windows color (decimal): -10331478 or 11164258. OLE color: 11164258.

HSL color Cylindrical-coordinate representation of color #625AAA: hue angle of 246º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625AAA is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 90 170 -
CMYK 0.42 0.47 0 0.33
HSL 246º 0.32% 0.51% -
HSV(B) 246º 0.47% 0.67% -
XYZ 15.95 12.81 39.66 -
YUV 101.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 98 90 170 0.42 0.47 0 0.33 246 0.32 0.51
Hex 62 5A AA 2A 2F 0 21 F6 20 33
Octal 142 132 252 52 57 0 41 366 40 63
Binary 1100010 1011010 10101010 101010 101111 0 100001 11110110 100000 110011

Color Harmonies of #625AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625AAA

Black with #625AAA

Text Example


Text Example

White with #625AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,90,170); }

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

background-color css

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

 a { background-color: rgb(98,90,170); }

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

border-color css

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

 span { border-color: rgb(98,90,170); }

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