Html Css Color HEX #625C90 Kimberly

📋 copy color: '#625C90'

red 98 ◦ green 92 ◦ blue 144

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

Shades of Kimberly #625C90

Tints of Kimberly #625C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.11%

R = 29.34%
G = 27.54%
B = 43.11%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#625C90 (or 0x625C90) is known color: Kimberly. HEX triplet: 62, 5C and 90. RGB value is (98,92,144). Sum of RGB (Red+Green+Blue) = 98+92+144=334 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.34% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #625C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625C90 is #9DA36F. Grayscale: #636363. Windows color (decimal): -10330992 or 9460834. OLE color: 9460834.

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

Color convert

RGB 98 92 144 -
CMYK 0.32 0.36 0 0.44
HSL 246.92º 0.22% 0.46% -
HSV(B) 246.92º 0.36% 0.56% -
XYZ 13.9 12.26 28.02 -
YUV 99.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 98 92 144 0.32 0.36 0 0.44 246.92 0.22 0.46
Hex 62 5C 90 20 24 0 2C F7 16 2E
Octal 142 134 220 40 44 0 54 367 26 56
Binary 1100010 1011100 10010000 100000 100100 0 101100 11110111 10110 101110

Color Harmonies of #625C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625C90

Black with #625C90

Text Example


Text Example

White with #625C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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