Html Css Color HEX #686078 Kimberly

📋 copy color: '#686078'

red 104 ◦ green 96 ◦ blue 120

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

Shades of Kimberly #686078

Tints of Kimberly #686078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 32.5%
G = 30%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#686078 (or 0x686078) is known color: Kimberly. HEX triplet: 68, 60 and 78. RGB value is (104,96,120). Sum of RGB (Red+Green+Blue) = 104+96+120=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 120 - color contains mainly: blue. Hex color #686078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686078 is #979F87. Grayscale: #656565. Windows color (decimal): -9936776 or 7889000. OLE color: 7889000.

HSL color Cylindrical-coordinate representation of color #686078: hue angle of 260º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686078 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 96 120 -
CMYK 0.13 0.2 0 0.53
HSL 260º 0.11% 0.42% -
HSV(B) 260º 0.2% 0.47% -
XYZ 13.28 12.66 19.51 -
YUV 101.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 104 96 120 0.13 0.2 0 0.53 260 0.11 0.42
Hex 68 60 78 D 14 0 35 104 B 2A
Octal 150 140 170 15 24 0 65 404 13 52
Binary 1101000 1100000 1111000 1101 10100 0 110101 100000100 1011 101010

Color Harmonies of #686078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686078

Black with #686078

Text Example


Text Example

White with #686078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686078; }

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

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

background-color css

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

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

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

border-color css

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

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

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