Html Css Color HEX #625C84 Kimberly

📋 copy color: '#625C84'

red 98 ◦ green 92 ◦ blue 132

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

Shades of Kimberly #625C84

Tints of Kimberly #625C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 30.43%
G = 28.57%
B = 40.99%

CMYK

 C value IS 0.26

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#625C84 (or 0x625C84) is known color: Kimberly. HEX triplet: 62, 5C and 84. RGB value is (98,92,132). Sum of RGB (Red+Green+Blue) = 98+92+132=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #625C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C84 is #9DA37B. Grayscale: #626262. Windows color (decimal): -10331004 or 8674402. OLE color: 8674402.

HSL color Cylindrical-coordinate representation of color #625C84: hue angle of 249º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #625C84 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 92 132 -
CMYK 0.26 0.30 0 0.48
HSL 249º 0.18% 0.44% -
HSV(B) 249º 0.3% 0.52% -
XYZ 13.03 11.92 23.44 -
YUV 98.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 98 92 132 0.26 0.30 0 0.48 249 0.18 0.44
Hex 62 5C 84 1A 1E 0 30 F9 12 2C
Octal 142 134 204 32 36 0 60 371 22 54
Binary 1100010 1011100 10000100 11010 11110 0 110000 11111001 10010 101100

Color Harmonies of #625C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C84

Black with #625C84

Text Example


Text Example

White with #625C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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