Html Css Color HEX #625C81 Kimberly

📋 copy color: '#625C81'

red 98 ◦ green 92 ◦ blue 129

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

Shades of Kimberly #625C81

Tints of Kimberly #625C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 30.72%
G = 28.84%
B = 40.44%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#625C81 (or 0x625C81) is known color: Kimberly. HEX triplet: 62, 5C and 81. RGB value is (98,92,129). Sum of RGB (Red+Green+Blue) = 98+92+129=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 129 - color contains mainly: blue. Hex color #625C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C81 is #9DA37E. Grayscale: #616161. Windows color (decimal): -10331007 or 8477794. OLE color: 8477794.

HSL color Cylindrical-coordinate representation of color #625C81: hue angle of 249.73º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #625C81 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 92 129 -
CMYK 0.24 0.29 0 0.49
HSL 249.73º 0.17% 0.43% -
HSV(B) 249.73º 0.29% 0.51% -
XYZ 12.83 11.84 22.38 -
YUV 98.01 145.49 127.99 -
System Red Green Blue C M Y K H S L
Decimal 98 92 129 0.24 0.29 0 0.49 249.73 0.17 0.43
Hex 62 5C 81 18 1D 0 31 FA 11 2B
Octal 142 134 201 30 35 0 61 372 21 53
Binary 1100010 1011100 10000001 11000 11101 0 110001 11111010 10001 101011

Color Harmonies of #625C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C81

Black with #625C81

Text Example


Text Example

White with #625C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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