Html Css Color HEX #625788 Kimberly

📋 copy color: '#625788'

red 98 ◦ green 87 ◦ blue 136

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

Shades of Kimberly #625788

Tints of Kimberly #625788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 30.53%
G = 27.1%
B = 42.37%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#625788 (or 0x625788) is known color: Kimberly. HEX triplet: 62, 57 and 88. RGB value is (98,87,136). Sum of RGB (Red+Green+Blue) = 98+87+136=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #625788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625788 is #9DA877. Grayscale: #5F5F5F. Windows color (decimal): -10332280 or 8935266. OLE color: 8935266.

HSL color Cylindrical-coordinate representation of color #625788: hue angle of 253.47º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #625788 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 87 136 -
CMYK 0.28 0.36 0 0.47
HSL 253.47º 0.22% 0.44% -
HSV(B) 253.47º 0.36% 0.53% -
XYZ 12.89 11.19 24.77 -
YUV 95.88 150.64 129.52 -
System Red Green Blue C M Y K H S L
Decimal 98 87 136 0.28 0.36 0 0.47 253.47 0.22 0.44
Hex 62 57 88 1C 24 0 2F FD 16 2C
Octal 142 127 210 34 44 0 57 375 26 54
Binary 1100010 1010111 10001000 11100 100100 0 101111 11111101 10110 101100

Color Harmonies of #625788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625788

Black with #625788

Text Example


Text Example

White with #625788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625788; }

 p { color: rgb(98,87,136); }

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

background-color css

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

 a { background-color: rgb(98,87,136); }

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

border-color css

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

 span { border-color: rgb(98,87,136); }

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