Html Css Color HEX #696589 Kimberly

📋 copy color: '#696589'

red 105 ◦ green 101 ◦ blue 137

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

Shades of Kimberly #696589

Tints of Kimberly #696589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 30.61%
G = 29.45%
B = 39.94%

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

#696589 (or 0x696589) is known color: Kimberly. HEX triplet: 69, 65 and 89. RGB value is (105,101,137). Sum of RGB (Red+Green+Blue) = 105+101+137=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #696589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696589 is #969A76. Grayscale: #6A6A6A. Windows color (decimal): -9869943 or 9004393. OLE color: 9004393.

HSL color Cylindrical-coordinate representation of color #696589: hue angle of 246.67º 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 #696589 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 101 137 -
CMYK 0.23 0.26 0 0.46
HSL 246.67º 0.15% 0.47% -
HSV(B) 246.67º 0.26% 0.54% -
XYZ 14.99 14.12 25.6 -
YUV 106.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 105 101 137 0.23 0.26 0 0.46 246.67 0.15 0.47
Hex 69 65 89 17 1A 0 2E F7 F 2F
Octal 151 145 211 27 32 0 56 367 17 57
Binary 1101001 1100101 10001001 10111 11010 0 101110 11110111 1111 101111

Color Harmonies of #696589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696589

Black with #696589

Text Example


Text Example

White with #696589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696589; }

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

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

background-color css

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

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

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

border-color css

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

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

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