Html Css Color HEX #686090 Kimberly

📋 copy color: '#686090'

red 104 ◦ green 96 ◦ blue 144

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

Shades of Kimberly #686090

Tints of Kimberly #686090

RGB

 RED value IS 104 (41.02% from 255) = 30.23%

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

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

R = 30.23%
G = 27.91%
B = 41.86%

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

#686090 (or 0x686090) is known color: Kimberly. HEX triplet: 68, 60 and 90. RGB value is (104,96,144). Sum of RGB (Red+Green+Blue) = 104+96+144=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #686090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686090 is #979F6F. Grayscale: #676767. Windows color (decimal): -9936752 or 9461864. OLE color: 9461864.

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

Color convert

RGB 104 96 144 -
CMYK 0.28 0.33 0 0.44
HSL 250º 0.2% 0.47% -
HSV(B) 250º 0.33% 0.56% -
XYZ 14.93 13.32 28.17 -
YUV 103.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 104 96 144 0.28 0.33 0 0.44 250 0.2 0.47
Hex 68 60 90 1C 21 0 2C FA 14 2F
Octal 150 140 220 34 41 0 54 372 24 57
Binary 1101000 1100000 10010000 11100 100001 0 101100 11111010 10100 101111

Color Harmonies of #686090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686090

Black with #686090

Text Example


Text Example

White with #686090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686090; }

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

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

background-color css

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

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

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

border-color css

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

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

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