Html Css Color HEX #625A8A Kimberly

📋 copy color: '#625A8A'

red 98 ◦ green 90 ◦ blue 138

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

Shades of Kimberly #625A8A

Tints of Kimberly #625A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.33%

R = 30.06%
G = 27.61%
B = 42.33%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#625A8A (or 0x625A8A) is known color: Kimberly. HEX triplet: 62, 5A and 8A. RGB value is (98,90,138). Sum of RGB (Red+Green+Blue) = 98+90+138=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 138 - color contains mainly: blue. Hex color #625A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625A8A is #9DA575. Grayscale: #616161. Windows color (decimal): -10331510 or 9067106. OLE color: 9067106.

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

Color convert

RGB 98 90 138 -
CMYK 0.29 0.35 0 0.46
HSL 250º 0.21% 0.45% -
HSV(B) 250º 0.35% 0.54% -
XYZ 13.28 11.74 25.61 -
YUV 97.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 98 90 138 0.29 0.35 0 0.46 250 0.21 0.45
Hex 62 5A 8A 1D 23 0 2E FA 15 2D
Octal 142 132 212 35 43 0 56 372 25 55
Binary 1100010 1011010 10001010 11101 100011 0 101110 11111010 10101 101101

Color Harmonies of #625A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A8A

Black with #625A8A

Text Example


Text Example

White with #625A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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