Html Css Color HEX #696188 Kimberly

📋 copy color: '#696188'

red 105 ◦ green 97 ◦ blue 136

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

Shades of Kimberly #696188

Tints of Kimberly #696188

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 31.07%
G = 28.7%
B = 40.24%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696188 (or 0x696188) is known color: Kimberly. HEX triplet: 69, 61 and 88. RGB value is (105,97,136). Sum of RGB (Red+Green+Blue) = 105+97+136=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #696188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696188 is #969E77. Grayscale: #676767. Windows color (decimal): -9870968 or 8937833. OLE color: 8937833.

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

Color convert

RGB 105 97 136 -
CMYK 0.23 0.29 0 0.47
HSL 252.31º 0.17% 0.46% -
HSV(B) 252.31º 0.29% 0.53% -
XYZ 14.54 13.33 25.1 -
YUV 103.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 105 97 136 0.23 0.29 0 0.47 252.31 0.17 0.46
Hex 69 61 88 17 1D 0 2F FC 11 2E
Octal 151 141 210 27 35 0 57 374 21 56
Binary 1101001 1100001 10001000 10111 11101 0 101111 11111100 10001 101110

Color Harmonies of #696188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696188

Black with #696188

Text Example


Text Example

White with #696188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696188; }

 p { color: rgb(105,97,136); }

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

background-color css

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

 a { background-color: rgb(105,97,136); }

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

border-color css

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

 span { border-color: rgb(105,97,136); }

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