Html Css Color HEX #696B83 Comet

📋 copy color: '#696B83'

red 105 ◦ green 107 ◦ blue 131

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

Shades of Comet #696B83

Tints of Comet #696B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.19%

R = 30.61%
G = 31.2%
B = 38.19%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#696B83 (or 0x696B83) is known color: Comet. HEX triplet: 69, 6B and 83. RGB value is (105,107,131). Sum of RGB (Red+Green+Blue) = 105+107+131=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 131 - color contains mainly: blue. Hex color #696B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B83 is #96947C. Grayscale: #6D6D6D. Windows color (decimal): -9868413 or 8612713. OLE color: 8612713.

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

Color convert

RGB 105 107 131 -
CMYK 0.20 0.18 0 0.49
HSL 235.38º 0.11% 0.46% -
HSV(B) 235.38º 0.2% 0.51% -
XYZ 15.18 15.16 23.6 -
YUV 109.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 105 107 131 0.20 0.18 0 0.49 235.38 0.11 0.46
Hex 69 6B 83 14 12 0 31 EB B 2E
Octal 151 153 203 24 22 0 61 353 13 56
Binary 1101001 1101011 10000011 10100 10010 0 110001 11101011 1011 101110

Color Harmonies of #696B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B83

Black with #696B83

Text Example


Text Example

White with #696B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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