Html Css Color HEX #696085 Kimberly

📋 copy color: '#696085'

red 105 ◦ green 96 ◦ blue 133

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

Shades of Kimberly #696085

Tints of Kimberly #696085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.82%

R = 31.44%
G = 28.74%
B = 39.82%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696085 (or 0x696085) is known color: Kimberly. HEX triplet: 69, 60 and 85. RGB value is (105,96,133). Sum of RGB (Red+Green+Blue) = 105+96+133=334 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.44% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #696085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696085 is #969F7A. Grayscale: #666666. Windows color (decimal): -9871227 or 8740969. OLE color: 8740969.

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

Color convert

RGB 105 96 133 -
CMYK 0.21 0.28 0 0.48
HSL 254.59º 0.16% 0.45% -
HSV(B) 254.59º 0.28% 0.52% -
XYZ 14.24 13.06 23.96 -
YUV 102.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 105 96 133 0.21 0.28 0 0.48 254.59 0.16 0.45
Hex 69 60 85 15 1C 0 30 FF 10 2D
Octal 151 140 205 25 34 0 60 377 20 55
Binary 1101001 1100000 10000101 10101 11100 0 110000 11111111 10000 101101

Color Harmonies of #696085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696085

Black with #696085

Text Example


Text Example

White with #696085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696085; }

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

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

background-color css

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

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

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

border-color css

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

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

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