Html Css Color HEX #686688 Kimberly

📋 copy color: '#686688'

red 104 ◦ green 102 ◦ blue 136

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

Shades of Kimberly #686688

Tints of Kimberly #686688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 30.41%
G = 29.82%
B = 39.77%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686688 (or 0x686688) is known color: Kimberly. HEX triplet: 68, 66 and 88. RGB value is (104,102,136). Sum of RGB (Red+Green+Blue) = 104+102+136=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 136 - color contains mainly: blue. Hex color #686688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686688 is #979977. Grayscale: #6A6A6A. Windows color (decimal): -9935224 or 8939112. OLE color: 8939112.

HSL color Cylindrical-coordinate representation of color #686688: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686688 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 102 136 -
CMYK 0.24 0.25 0 0.47
HSL 243.53º 0.14% 0.47% -
HSV(B) 243.53º 0.25% 0.53% -
XYZ 14.9 14.22 25.25 -
YUV 106.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 104 102 136 0.24 0.25 0 0.47 243.53 0.14 0.47
Hex 68 66 88 18 19 0 2F F4 E 2F
Octal 150 146 210 30 31 0 57 364 16 57
Binary 1101000 1100110 10001000 11000 11001 0 101111 11110100 1110 101111

Color Harmonies of #686688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686688

Black with #686688

Text Example


Text Example

White with #686688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686688; }

 p { color: rgb(104,102,136); }

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

background-color css

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

 a { background-color: rgb(104,102,136); }

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

border-color css

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

 span { border-color: rgb(104,102,136); }

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