Html Css Color HEX #696789 Kimberly

📋 copy color: '#696789'

red 105 ◦ green 103 ◦ blue 137

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

Shades of Kimberly #696789

Tints of Kimberly #696789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.71%

R = 30.43%
G = 29.86%
B = 39.71%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696789 (or 0x696789) is known color: Kimberly. HEX triplet: 69, 67 and 89. RGB value is (105,103,137). Sum of RGB (Red+Green+Blue) = 105+103+137=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #696789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696789 is #969876. Grayscale: #6B6B6B. Windows color (decimal): -9869431 or 9004905. OLE color: 9004905.

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

Color convert

RGB 105 103 137 -
CMYK 0.23 0.25 0 0.46
HSL 243.53º 0.14% 0.47% -
HSV(B) 243.53º 0.25% 0.54% -
XYZ 15.19 14.51 25.67 -
YUV 107.47 144.66 126.24 -
System Red Green Blue C M Y K H S L
Decimal 105 103 137 0.23 0.25 0 0.46 243.53 0.14 0.47
Hex 69 67 89 17 19 0 2E F4 E 2F
Octal 151 147 211 27 31 0 56 364 16 57
Binary 1101001 1100111 10001001 10111 11001 0 101110 11110100 1110 101111

Color Harmonies of #696789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696789

Black with #696789

Text Example


Text Example

White with #696789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696789; }

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

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

background-color css

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

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

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

border-color css

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

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

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