Html Css Color HEX #696C85 Comet

📋 copy color: '#696C85'

red 105 ◦ green 108 ◦ blue 133

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

Shades of Comet #696C85

Tints of Comet #696C85

RGB

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

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

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

R = 30.35%
G = 31.21%
B = 38.44%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696C85 (or 0x696C85) is known color: Comet. HEX triplet: 69, 6C and 85. RGB value is (105,108,133). Sum of RGB (Red+Green+Blue) = 105+108+133=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #696C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C85 is #96937A. Grayscale: #6D6D6D. Windows color (decimal): -9868155 or 8744041. OLE color: 8744041.

HSL color Cylindrical-coordinate representation of color #696C85: hue angle of 233.57º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #696C85 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 108 133 -
CMYK 0.21 0.19 0 0.48
HSL 233.57º 0.12% 0.47% -
HSV(B) 233.57º 0.21% 0.52% -
XYZ 15.42 15.42 24.35 -
YUV 109.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 105 108 133 0.21 0.19 0 0.48 233.57 0.12 0.47
Hex 69 6C 85 15 13 0 30 EA C 2F
Octal 151 154 205 25 23 0 60 352 14 57
Binary 1101001 1101100 10000101 10101 10011 0 110000 11101010 1100 101111

Color Harmonies of #696C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C85

Black with #696C85

Text Example


Text Example

White with #696C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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