Html Css Color HEX #696880 Comet

📋 copy color: '#696880'

red 105 ◦ green 104 ◦ blue 128

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

Shades of Comet #696880

Tints of Comet #696880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.86%

 BLUE value IS 128 (50.39% from 255) = 37.98%

R = 31.16%
G = 30.86%
B = 37.98%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696880 (or 0x696880) is known color: Comet. HEX triplet: 69, 68 and 80. RGB value is (105,104,128). Sum of RGB (Red+Green+Blue) = 105+104+128=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #696880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696880 is #96977F. Grayscale: #6A6A6A. Windows color (decimal): -9869184 or 8415337. OLE color: 8415337.

HSL color Cylindrical-coordinate representation of color #696880: hue angle of 242.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696880 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 104 128 -
CMYK 0.18 0.19 0 0.50
HSL 242.5º 0.1% 0.45% -
HSV(B) 242.5º 0.19% 0.5% -
XYZ 14.67 14.46 22.44 -
YUV 107.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 105 104 128 0.18 0.19 0 0.50 242.5 0.1 0.45
Hex 69 68 80 12 13 0 32 F2 A 2D
Octal 151 150 200 22 23 0 62 362 12 55
Binary 1101001 1101000 10000000 10010 10011 0 110010 11110010 1010 101101

Color Harmonies of #696880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696880

Black with #696880

Text Example


Text Example

White with #696880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696880; }

 p { color: rgb(105,104,128); }

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

background-color css

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

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

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

border-color css

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

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

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