Html Css Color HEX #696785 Comet

📋 copy color: '#696785'

red 105 ◦ green 103 ◦ blue 133

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

Shades of Comet #696785

Tints of Comet #696785

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 30.79%
G = 30.21%
B = 39%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696785 (or 0x696785) is known color: Comet. HEX triplet: 69, 67 and 85. RGB value is (105,103,133). Sum of RGB (Red+Green+Blue) = 105+103+133=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #696785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696785 is #96987A. Grayscale: #6A6A6A. Windows color (decimal): -9869435 or 8742761. OLE color: 8742761.

HSL color Cylindrical-coordinate representation of color #696785: hue angle of 244º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #696785 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 103 133 -
CMYK 0.21 0.23 0 0.48
HSL 244º 0.13% 0.46% -
HSV(B) 244º 0.23% 0.52% -
XYZ 14.91 14.4 24.18 -
YUV 107.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 105 103 133 0.21 0.23 0 0.48 244 0.13 0.46
Hex 69 67 85 15 17 0 30 F4 D 2E
Octal 151 147 205 25 27 0 60 364 15 56
Binary 1101001 1100111 10000101 10101 10111 0 110000 11110100 1101 101110

Color Harmonies of #696785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696785

Black with #696785

Text Example


Text Example

White with #696785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696785; }

 p { color: rgb(105,103,133); }

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

background-color css

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

 a { background-color: rgb(105,103,133); }

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

border-color css

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

 span { border-color: rgb(105,103,133); }

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