Html Css Color HEX #696988 Comet

📋 copy color: '#696988'

red 105 ◦ green 105 ◦ blue 136

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

Shades of Comet #696988

Tints of Comet #696988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.35%

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

R = 30.35%
G = 30.35%
B = 39.31%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696988 (or 0x696988) is known color: Comet. HEX triplet: 69, 69 and 88. RGB value is (105,105,136). Sum of RGB (Red+Green+Blue) = 105+105+136=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #696988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696988 is #969677. Grayscale: #6C6C6C. Windows color (decimal): -9868920 or 8939881. OLE color: 8939881.

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

Color convert

RGB 105 105 136 -
CMYK 0.23 0.23 0 0.47
HSL 240º 0.13% 0.47% -
HSV(B) 240º 0.23% 0.53% -
XYZ 15.32 14.88 25.36 -
YUV 108.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 105 105 136 0.23 0.23 0 0.47 240 0.13 0.47
Hex 69 69 88 17 17 0 2F F0 D 2F
Octal 151 151 210 27 27 0 57 360 15 57
Binary 1101001 1101001 10001000 10111 10111 0 101111 11110000 1101 101111

Color Harmonies of #696988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696988

Black with #696988

Text Example


Text Example

White with #696988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696988; }

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

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

background-color css

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

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

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

border-color css

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

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

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