Html Css Color HEX #696B86 Comet

📋 copy color: '#696B86'

red 105 ◦ green 107 ◦ blue 134

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

Shades of Comet #696B86

Tints of Comet #696B86

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

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

R = 30.35%
G = 30.92%
B = 38.73%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#696B86 (or 0x696B86) is known color: Comet. HEX triplet: 69, 6B and 86. RGB value is (105,107,134). Sum of RGB (Red+Green+Blue) = 105+107+134=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #696B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B86 is #969479. Grayscale: #6D6D6D. Windows color (decimal): -9868410 or 8809321. OLE color: 8809321.

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

Color convert

RGB 105 107 134 -
CMYK 0.22 0.20 0 0.47
HSL 235.86º 0.12% 0.47% -
HSV(B) 235.86º 0.22% 0.53% -
XYZ 15.39 15.24 24.68 -
YUV 109.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 105 107 134 0.22 0.20 0 0.47 235.86 0.12 0.47
Hex 69 6B 86 16 14 0 2F EC C 2F
Octal 151 153 206 26 24 0 57 354 14 57
Binary 1101001 1101011 10000110 10110 10100 0 101111 11101100 1100 101111

Color Harmonies of #696B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B86

Black with #696B86

Text Example


Text Example

White with #696B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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