Html Css Color HEX #696C82 Comet

📋 copy color: '#696C82'

red 105 ◦ green 108 ◦ blue 130

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

Shades of Comet #696C82

Tints of Comet #696C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 30.61%
G = 31.49%
B = 37.9%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696C82 (or 0x696C82) is known color: Comet. HEX triplet: 69, 6C and 82. RGB value is (105,108,130). Sum of RGB (Red+Green+Blue) = 105+108+130=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #696C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C82 is #96937D. Grayscale: #6D6D6D. Windows color (decimal): -9868158 or 8547433. OLE color: 8547433.

HSL color Cylindrical-coordinate representation of color #696C82: hue angle of 232.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696C82 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 108 130 -
CMYK 0.19 0.17 0 0.49
HSL 232.8º 0.11% 0.46% -
HSV(B) 232.8º 0.19% 0.51% -
XYZ 15.22 15.34 23.28 -
YUV 109.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 105 108 130 0.19 0.17 0 0.49 232.8 0.11 0.46
Hex 69 6C 82 13 11 0 31 E9 B 2E
Octal 151 154 202 23 21 0 61 351 13 56
Binary 1101001 1101100 10000010 10011 10001 0 110001 11101001 1011 101110

Color Harmonies of #696C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C82

Black with #696C82

Text Example


Text Example

White with #696C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,130); }

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

background-color css

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

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

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

border-color css

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

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

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