Html Css Color HEX #696488 Kimberly

📋 copy color: '#696488'

red 105 ◦ green 100 ◦ blue 136

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

Shades of Kimberly #696488

Tints of Kimberly #696488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 30.79%
G = 29.33%
B = 39.88%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696488 (or 0x696488) is known color: Kimberly. HEX triplet: 69, 64 and 88. RGB value is (105,100,136). Sum of RGB (Red+Green+Blue) = 105+100+136=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #696488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696488 is #969B77. Grayscale: #696969. Windows color (decimal): -9870200 or 8938601. OLE color: 8938601.

HSL color Cylindrical-coordinate representation of color #696488: hue angle of 248.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696488 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 100 136 -
CMYK 0.23 0.26 0 0.47
HSL 248.33º 0.15% 0.46% -
HSV(B) 248.33º 0.26% 0.53% -
XYZ 14.83 13.9 25.19 -
YUV 105.6 145.16 127.57 -
System Red Green Blue C M Y K H S L
Decimal 105 100 136 0.23 0.26 0 0.47 248.33 0.15 0.46
Hex 69 64 88 17 1A 0 2F F8 F 2E
Octal 151 144 210 27 32 0 57 370 17 56
Binary 1101001 1100100 10001000 10111 11010 0 101111 11111000 1111 101110

Color Harmonies of #696488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696488

Black with #696488

Text Example


Text Example

White with #696488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696488; }

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

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

background-color css

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

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

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

border-color css

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

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

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