Html Css Color HEX #696092 Kimberly

📋 copy color: '#696092'

red 105 ◦ green 96 ◦ blue 146

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

Shades of Kimberly #696092

Tints of Kimberly #696092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.67%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 30.26%
G = 27.67%
B = 42.07%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#696092 (or 0x696092) is known color: Kimberly. HEX triplet: 69, 60 and 92. RGB value is (105,96,146). Sum of RGB (Red+Green+Blue) = 105+96+146=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #696092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696092 is #969F6D. Grayscale: #686868. Windows color (decimal): -9871214 or 9592937. OLE color: 9592937.

HSL color Cylindrical-coordinate representation of color #696092: hue angle of 250.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #696092 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 96 146 -
CMYK 0.28 0.34 0 0.43
HSL 250.8º 0.21% 0.47% -
HSV(B) 250.8º 0.34% 0.57% -
XYZ 15.2 13.44 28.99 -
YUV 104.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 105 96 146 0.28 0.34 0 0.43 250.8 0.21 0.47
Hex 69 60 92 1C 22 0 2B FB 15 2F
Octal 151 140 222 34 42 0 53 373 25 57
Binary 1101001 1100000 10010010 11100 100010 0 101011 11111011 10101 101111

Color Harmonies of #696092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696092

Black with #696092

Text Example


Text Example

White with #696092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696092; }

 p { color: rgb(105,96,146); }

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

background-color css

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

 a { background-color: rgb(105,96,146); }

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

border-color css

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

 span { border-color: rgb(105,96,146); }

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