Html Css Color HEX #696985 Comet

📋 copy color: '#696985'

red 105 ◦ green 105 ◦ blue 133

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

Shades of Comet #696985

Tints of Comet #696985

RGB

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

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

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

R = 30.61%
G = 30.61%
B = 38.78%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#696985 (or 0x696985) is known color: Comet. HEX triplet: 69, 69 and 85. RGB value is (105,105,133). Sum of RGB (Red+Green+Blue) = 105+105+133=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #696985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696985 is #96967A. Grayscale: #6C6C6C. Windows color (decimal): -9868923 or 8743273. OLE color: 8743273.

HSL color Cylindrical-coordinate representation of color #696985: hue angle of 240º 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 #696985 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 105 133 -
CMYK 0.21 0.21 0 0.48
HSL 240º 0.12% 0.47% -
HSV(B) 240º 0.21% 0.52% -
XYZ 15.11 14.8 24.25 -
YUV 108.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 105 105 133 0.21 0.21 0 0.48 240 0.12 0.47
Hex 69 69 85 15 15 0 30 F0 C 2F
Octal 151 151 205 25 25 0 60 360 14 57
Binary 1101001 1101001 10000101 10101 10101 0 110000 11110000 1100 101111

Color Harmonies of #696985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696985

Black with #696985

Text Example


Text Example

White with #696985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696985; }

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

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

background-color css

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

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

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

border-color css

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

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

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