Html Css Color HEX #676090 Kimberly

📋 copy color: '#676090'

red 103 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #676090

Tints of Kimberly #676090

RGB

 RED value IS 103 (40.63% from 255) = 30.03%

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

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

R = 30.03%
G = 27.99%
B = 41.98%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#676090 (or 0x676090) is known color: Kimberly. HEX triplet: 67, 60 and 90. RGB value is (103,96,144). Sum of RGB (Red+Green+Blue) = 103+96+144=343 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.03% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #676090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676090 is #989F6F. Grayscale: #676767. Windows color (decimal): -10002288 or 9461863. OLE color: 9461863.

HSL color Cylindrical-coordinate representation of color #676090: hue angle of 248.75º 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 #676090 is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 96 144 -
CMYK 0.28 0.33 0 0.44
HSL 248.75º 0.2% 0.47% -
HSV(B) 248.75º 0.33% 0.56% -
XYZ 14.81 13.26 28.16 -
YUV 103.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 103 96 144 0.28 0.33 0 0.44 248.75 0.2 0.47
Hex 67 60 90 1C 21 0 2C F9 14 2F
Octal 147 140 220 34 41 0 54 371 24 57
Binary 1100111 1100000 10010000 11100 100001 0 101100 11111001 10100 101111

Color Harmonies of #676090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676090

Black with #676090

Text Example


Text Example

White with #676090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676090; }

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

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

background-color css

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

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

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

border-color css

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

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

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