Html Css Color HEX #696B82 Comet

📋 copy color: '#696B82'

red 105 ◦ green 107 ◦ blue 130

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

Shades of Comet #696B82

Tints of Comet #696B82

RGB

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

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

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

R = 30.7%
G = 31.29%
B = 38.01%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696B82 (or 0x696B82) is known color: Comet. HEX triplet: 69, 6B and 82. RGB value is (105,107,130). Sum of RGB (Red+Green+Blue) = 105+107+130=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #696B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B82 is #96947D. Grayscale: #6C6C6C. Windows color (decimal): -9868414 or 8547177. OLE color: 8547177.

HSL color Cylindrical-coordinate representation of color #696B82: hue angle of 235.2º 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 #696B82 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 107 130 -
CMYK 0.19 0.18 0 0.49
HSL 235.2º 0.11% 0.46% -
HSV(B) 235.2º 0.19% 0.51% -
XYZ 15.11 15.13 23.24 -
YUV 109.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 105 107 130 0.19 0.18 0 0.49 235.2 0.11 0.46
Hex 69 6B 82 13 12 0 31 EB B 2E
Octal 151 153 202 23 22 0 61 353 13 56
Binary 1101001 1101011 10000010 10011 10010 0 110001 11101011 1011 101110

Color Harmonies of #696B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B82

Black with #696B82

Text Example


Text Example

White with #696B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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