Html Css Color HEX #625A8F Kimberly

📋 copy color: '#625A8F'

red 98 ◦ green 90 ◦ blue 143

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

Shades of Kimberly #625A8F

Tints of Kimberly #625A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 29.61%
G = 27.19%
B = 43.2%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#625A8F (or 0x625A8F) is known color: Kimberly. HEX triplet: 62, 5A and 8F. RGB value is (98,90,143). Sum of RGB (Red+Green+Blue) = 98+90+143=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #625A8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A8F is #9DA570. Grayscale: #626262. Windows color (decimal): -10331505 or 9394786. OLE color: 9394786.

HSL color Cylindrical-coordinate representation of color #625A8F: hue angle of 249.06º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #625A8F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 90 143 -
CMYK 0.31 0.37 0 0.44
HSL 249.06º 0.23% 0.46% -
HSV(B) 249.06º 0.37% 0.56% -
XYZ 13.65 11.89 27.56 -
YUV 98.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 98 90 143 0.31 0.37 0 0.44 249.06 0.23 0.46
Hex 62 5A 8F 1F 25 0 2C F9 17 2E
Octal 142 132 217 37 45 0 54 371 27 56
Binary 1100010 1011010 10001111 11111 100101 0 101100 11111001 10111 101110

Color Harmonies of #625A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A8F

Black with #625A8F

Text Example


Text Example

White with #625A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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