Html Css Color HEX #696084 Kimberly

📋 copy color: '#696084'

red 105 ◦ green 96 ◦ blue 132

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

Shades of Kimberly #696084

Tints of Kimberly #696084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 31.53%
G = 28.83%
B = 39.64%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696084 (or 0x696084) is known color: Kimberly. HEX triplet: 69, 60 and 84. RGB value is (105,96,132). Sum of RGB (Red+Green+Blue) = 105+96+132=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #696084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696084 is #969F7B. Grayscale: #666666. Windows color (decimal): -9871228 or 8675433. OLE color: 8675433.

HSL color Cylindrical-coordinate representation of color #696084: hue angle of 255º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696084 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 96 132 -
CMYK 0.20 0.27 0 0.48
HSL 255º 0.16% 0.45% -
HSV(B) 255º 0.27% 0.52% -
XYZ 14.17 13.03 23.6 -
YUV 102.8 144.48 129.57 -
System Red Green Blue C M Y K H S L
Decimal 105 96 132 0.20 0.27 0 0.48 255 0.16 0.45
Hex 69 60 84 14 1B 0 30 FF 10 2D
Octal 151 140 204 24 33 0 60 377 20 55
Binary 1101001 1100000 10000100 10100 11011 0 110000 11111111 10000 101101

Color Harmonies of #696084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696084

Black with #696084

Text Example


Text Example

White with #696084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696084; }

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

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

background-color css

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

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

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

border-color css

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

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

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