Html Css Color HEX #685D91 Kimberly

📋 copy color: '#685D91'

red 104 ◦ green 93 ◦ blue 145

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

Shades of Kimberly #685D91

Tints of Kimberly #685D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 145 (57.03% from 255) = 42.4%

R = 30.41%
G = 27.19%
B = 42.4%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#685D91 (or 0x685D91) is known color: Kimberly. HEX triplet: 68, 5D and 91. RGB value is (104,93,145). Sum of RGB (Red+Green+Blue) = 104+93+145=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #685D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685D91 is #97A26E. Grayscale: #666666. Windows color (decimal): -9937519 or 9526632. OLE color: 9526632.

HSL color Cylindrical-coordinate representation of color #685D91: hue angle of 252.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #685D91 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 93 145 -
CMYK 0.28 0.36 0 0.43
HSL 252.69º 0.22% 0.47% -
HSV(B) 252.69º 0.36% 0.57% -
XYZ 14.73 12.82 28.49 -
YUV 102.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 104 93 145 0.28 0.36 0 0.43 252.69 0.22 0.47
Hex 68 5D 91 1C 24 0 2B FD 16 2F
Octal 150 135 221 34 44 0 53 375 26 57
Binary 1101000 1011101 10010001 11100 100100 0 101011 11111101 10110 101111

Color Harmonies of #685D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D91

Black with #685D91

Text Example


Text Example

White with #685D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,93,145); }

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

background-color css

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

 a { background-color: rgb(104,93,145); }

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

border-color css

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

 span { border-color: rgb(104,93,145); }

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