Html Css Color HEX #685F81 Kimberly

📋 copy color: '#685F81'

red 104 ◦ green 95 ◦ blue 129

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

Shades of Kimberly #685F81

Tints of Kimberly #685F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 31.71%
G = 28.96%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#685F81 (or 0x685F81) is known color: Kimberly. HEX triplet: 68, 5F and 81. RGB value is (104,95,129). Sum of RGB (Red+Green+Blue) = 104+95+129=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 129 - color contains mainly: blue. Hex color #685F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685F81 is #97A07E. Grayscale: #656565. Windows color (decimal): -9937023 or 8478568. OLE color: 8478568.

HSL color Cylindrical-coordinate representation of color #685F81: hue angle of 255.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685F81 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 95 129 -
CMYK 0.19 0.26 0 0.49
HSL 255.88º 0.15% 0.44% -
HSV(B) 255.88º 0.26% 0.51% -
XYZ 13.76 12.71 22.5 -
YUV 101.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 104 95 129 0.19 0.26 0 0.49 255.88 0.15 0.44
Hex 68 5F 81 13 1A 0 31 100 F 2C
Octal 150 137 201 23 32 0 61 400 17 54
Binary 1101000 1011111 10000001 10011 11010 0 110001 100000000 1111 101100

Color Harmonies of #685F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F81

Black with #685F81

Text Example


Text Example

White with #685F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685F81; }

 p { color: rgb(104,95,129); }

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

background-color css

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

 a { background-color: rgb(104,95,129); }

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

border-color css

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

 span { border-color: rgb(104,95,129); }

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