Html Css Color HEX #696787 Kimberly

📋 copy color: '#696787'

red 105 ◦ green 103 ◦ blue 135

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

Shades of Kimberly #696787

Tints of Kimberly #696787

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 30.61%
G = 30.03%
B = 39.36%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696787 (or 0x696787) is known color: Kimberly. HEX triplet: 69, 67 and 87. RGB value is (105,103,135). Sum of RGB (Red+Green+Blue) = 105+103+135=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #696787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696787 is #969878. Grayscale: #6B6B6B. Windows color (decimal): -9869433 or 8873833. OLE color: 8873833.

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

Color convert

RGB 105 103 135 -
CMYK 0.22 0.24 0 0.47
HSL 243.75º 0.13% 0.47% -
HSV(B) 243.75º 0.24% 0.53% -
XYZ 15.05 14.45 24.92 -
YUV 107.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 105 103 135 0.22 0.24 0 0.47 243.75 0.13 0.47
Hex 69 67 87 16 18 0 2F F4 D 2F
Octal 151 147 207 26 30 0 57 364 15 57
Binary 1101001 1100111 10000111 10110 11000 0 101111 11110100 1101 101111

Color Harmonies of #696787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696787

Black with #696787

Text Example


Text Example

White with #696787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696787; }

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

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

background-color css

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

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

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

border-color css

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

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

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