Html Css Color HEX #696585 Kimberly

📋 copy color: '#696585'

red 105 ◦ green 101 ◦ blue 133

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

Shades of Kimberly #696585

Tints of Kimberly #696585

RGB

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

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

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

R = 30.97%
G = 29.79%
B = 39.23%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696585 (or 0x696585) is known color: Kimberly. HEX triplet: 69, 65 and 85. RGB value is (105,101,133). Sum of RGB (Red+Green+Blue) = 105+101+133=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #696585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696585 is #969A7A. Grayscale: #696969. Windows color (decimal): -9869947 or 8742249. OLE color: 8742249.

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

Color convert

RGB 105 101 133 -
CMYK 0.21 0.24 0 0.48
HSL 247.5º 0.14% 0.46% -
HSV(B) 247.5º 0.24% 0.52% -
XYZ 14.71 14 24.12 -
YUV 105.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 105 101 133 0.21 0.24 0 0.48 247.5 0.14 0.46
Hex 69 65 85 15 18 0 30 F8 E 2E
Octal 151 145 205 25 30 0 60 370 16 56
Binary 1101001 1100101 10000101 10101 11000 0 110000 11111000 1110 101110

Color Harmonies of #696585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696585

Black with #696585

Text Example


Text Example

White with #696585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696585; }

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

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

background-color css

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

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

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

border-color css

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

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

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