Html Css Color HEX #696786 Comet

📋 copy color: '#696786'

red 105 ◦ green 103 ◦ blue 134

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

Shades of Comet #696786

Tints of Comet #696786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 30.7%
G = 30.12%
B = 39.18%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696786 (or 0x696786) is known color: Comet. HEX triplet: 69, 67 and 86. RGB value is (105,103,134). Sum of RGB (Red+Green+Blue) = 105+103+134=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #696786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696786 is #969879. Grayscale: #6B6B6B. Windows color (decimal): -9869434 or 8808297. OLE color: 8808297.

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

Color convert

RGB 105 103 134 -
CMYK 0.22 0.23 0 0.47
HSL 243.87º 0.13% 0.46% -
HSV(B) 243.87º 0.23% 0.53% -
XYZ 14.98 14.42 24.55 -
YUV 107.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 105 103 134 0.22 0.23 0 0.47 243.87 0.13 0.46
Hex 69 67 86 16 17 0 2F F4 D 2E
Octal 151 147 206 26 27 0 57 364 15 56
Binary 1101001 1100111 10000110 10110 10111 0 101111 11110100 1101 101110

Color Harmonies of #696786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696786

Black with #696786

Text Example


Text Example

White with #696786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696786; }

 p { color: rgb(105,103,134); }

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

background-color css

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

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

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

border-color css

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

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

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