Html Css Color HEX #696087 Kimberly

📋 copy color: '#696087'

red 105 ◦ green 96 ◦ blue 135

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

Shades of Kimberly #696087

Tints of Kimberly #696087

RGB

 RED value IS 105 (41.41% from 255) = 31.25%

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

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 31.25%
G = 28.57%
B = 40.18%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696087 (or 0x696087) is known color: Kimberly. HEX triplet: 69, 60 and 87. RGB value is (105,96,135). Sum of RGB (Red+Green+Blue) = 105+96+135=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #696087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696087 is #969F78. Grayscale: #666666. Windows color (decimal): -9871225 or 8872041. OLE color: 8872041.

HSL color Cylindrical-coordinate representation of color #696087: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #696087 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 96 135 -
CMYK 0.22 0.29 0 0.47
HSL 253.85º 0.17% 0.45% -
HSV(B) 253.85º 0.29% 0.53% -
XYZ 14.38 13.12 24.7 -
YUV 103.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 105 96 135 0.22 0.29 0 0.47 253.85 0.17 0.45
Hex 69 60 87 16 1D 0 2F FE 11 2D
Octal 151 140 207 26 35 0 57 376 21 55
Binary 1101001 1100000 10000111 10110 11101 0 101111 11111110 10001 101101

Color Harmonies of #696087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696087

Black with #696087

Text Example


Text Example

White with #696087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696087; }

 p { color: rgb(105,96,135); }

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

background-color css

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

 a { background-color: rgb(105,96,135); }

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

border-color css

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

 span { border-color: rgb(105,96,135); }

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