Html Css Color HEX #626090 Kimberly

📋 copy color: '#626090'

red 98 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #626090

Tints of Kimberly #626090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.4%

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

R = 28.99%
G = 28.4%
B = 42.6%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#626090 (or 0x626090) is known color: Kimberly. HEX triplet: 62, 60 and 90. RGB value is (98,96,144). Sum of RGB (Red+Green+Blue) = 98+96+144=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #626090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626090 is #9D9F6F. Grayscale: #656565. Windows color (decimal): -10329968 or 9461858. OLE color: 9461858.

HSL color Cylindrical-coordinate representation of color #626090: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626090 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 96 144 -
CMYK 0.32 0.33 0 0.44
HSL 242.5º 0.2% 0.47% -
HSV(B) 242.5º 0.33% 0.56% -
XYZ 14.25 12.98 28.14 -
YUV 102.07 151.66 125.1 -
System Red Green Blue C M Y K H S L
Decimal 98 96 144 0.32 0.33 0 0.44 242.5 0.2 0.47
Hex 62 60 90 20 21 0 2C F2 14 2F
Octal 142 140 220 40 41 0 54 362 24 57
Binary 1100010 1100000 10010000 100000 100001 0 101100 11110010 10100 101111

Color Harmonies of #626090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626090

Black with #626090

Text Example


Text Example

White with #626090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626090; }

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

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

background-color css

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

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

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

border-color css

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

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

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