Html Css Color HEX #696A8D Comet

📋 copy color: '#696A8D'

red 105 ◦ green 106 ◦ blue 141

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

Shades of Comet #696A8D

Tints of Comet #696A8D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 29.83%
G = 30.11%
B = 40.06%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#696A8D (or 0x696A8D) is known color: Comet. HEX triplet: 69, 6A and 8D. RGB value is (105,106,141). Sum of RGB (Red+Green+Blue) = 105+106+141=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #696A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A8D is #969572. Grayscale: #6D6D6D. Windows color (decimal): -9868659 or 9267817. OLE color: 9267817.

HSL color Cylindrical-coordinate representation of color #696A8D: hue angle of 238.33º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #696A8D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 106 141 -
CMYK 0.26 0.25 0 0.45
HSL 238.33º 0.15% 0.48% -
HSV(B) 238.33º 0.26% 0.55% -
XYZ 15.79 15.23 27.31 -
YUV 109.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 105 106 141 0.26 0.25 0 0.45 238.33 0.15 0.48
Hex 69 6A 8D 1A 19 0 2D EE F 30
Octal 151 152 215 32 31 0 55 356 17 60
Binary 1101001 1101010 10001101 11010 11001 0 101101 11101110 1111 110000

Color Harmonies of #696A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A8D

Black with #696A8D

Text Example


Text Example

White with #696A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,141); }

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

background-color css

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

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

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

border-color css

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

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

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