Html Css Color HEX #696B89 Comet

📋 copy color: '#696B89'

red 105 ◦ green 107 ◦ blue 137

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

Shades of Comet #696B89

Tints of Comet #696B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 30.09%
G = 30.66%
B = 39.26%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#696B89 (or 0x696B89) is known color: Comet. HEX triplet: 69, 6B and 89. RGB value is (105,107,137). Sum of RGB (Red+Green+Blue) = 105+107+137=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #696B89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B89 is #969476. Grayscale: #6D6D6D. Windows color (decimal): -9868407 or 9005929. OLE color: 9005929.

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

Color convert

RGB 105 107 137 -
CMYK 0.23 0.22 0 0.46
HSL 236.25º 0.13% 0.47% -
HSV(B) 236.25º 0.23% 0.54% -
XYZ 15.6 15.32 25.8 -
YUV 109.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 105 107 137 0.23 0.22 0 0.46 236.25 0.13 0.47
Hex 69 6B 89 17 16 0 2E EC D 2F
Octal 151 153 211 27 26 0 56 354 15 57
Binary 1101001 1101011 10001001 10111 10110 0 101110 11101100 1101 101111

Color Harmonies of #696B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B89

Black with #696B89

Text Example


Text Example

White with #696B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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