Html Css Color HEX #696689 Kimberly

📋 copy color: '#696689'

red 105 ◦ green 102 ◦ blue 137

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

Shades of Kimberly #696689

Tints of Kimberly #696689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.65%

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

R = 30.52%
G = 29.65%
B = 39.83%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696689 (or 0x696689) is known color: Kimberly. HEX triplet: 69, 66 and 89. RGB value is (105,102,137). Sum of RGB (Red+Green+Blue) = 105+102+137=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #696689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696689 is #969976. Grayscale: #6A6A6A. Windows color (decimal): -9869687 or 9004649. OLE color: 9004649.

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

Color convert

RGB 105 102 137 -
CMYK 0.23 0.26 0 0.46
HSL 245.14º 0.15% 0.47% -
HSV(B) 245.14º 0.26% 0.54% -
XYZ 15.09 14.31 25.63 -
YUV 106.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 105 102 137 0.23 0.26 0 0.46 245.14 0.15 0.47
Hex 69 66 89 17 1A 0 2E F5 F 2F
Octal 151 146 211 27 32 0 56 365 17 57
Binary 1101001 1100110 10001001 10111 11010 0 101110 11110101 1111 101111

Color Harmonies of #696689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696689

Black with #696689

Text Example


Text Example

White with #696689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696689; }

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

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

background-color css

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

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

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

border-color css

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

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

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