Html Css Color HEX #696485 Kimberly

📋 copy color: '#696485'

red 105 ◦ green 100 ◦ blue 133

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

Shades of Kimberly #696485

Tints of Kimberly #696485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 31.07%
G = 29.59%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696485 (or 0x696485) is known color: Kimberly. HEX triplet: 69, 64 and 85. RGB value is (105,100,133). Sum of RGB (Red+Green+Blue) = 105+100+133=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #696485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696485 is #969B7A. Grayscale: #696969. Windows color (decimal): -9870203 or 8741993. OLE color: 8741993.

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

Color convert

RGB 105 100 133 -
CMYK 0.21 0.25 0 0.48
HSL 249.09º 0.14% 0.46% -
HSV(B) 249.09º 0.25% 0.52% -
XYZ 14.62 13.81 24.09 -
YUV 105.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 105 100 133 0.21 0.25 0 0.48 249.09 0.14 0.46
Hex 69 64 85 15 19 0 30 F9 E 2E
Octal 151 144 205 25 31 0 60 371 16 56
Binary 1101001 1100100 10000101 10101 11001 0 110000 11111001 1110 101110

Color Harmonies of #696485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696485

Black with #696485

Text Example


Text Example

White with #696485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696485; }

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

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

background-color css

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

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

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

border-color css

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

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

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