Html Css Color HEX #69698C Comet

📋 copy color: '#69698C'

red 105 ◦ green 105 ◦ blue 140

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

Shades of Comet #69698C

Tints of Comet #69698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69698C (or 0x69698C) is known color: Comet. HEX triplet: 69, 69 and 8C. RGB value is (105,105,140). Sum of RGB (Red+Green+Blue) = 105+105+140=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #69698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69698C is #969673. Grayscale: #6C6C6C. Windows color (decimal): -9868916 or 9202025. OLE color: 9202025.

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

Color convert

RGB 105 105 140 -
CMYK 0.25 0.25 0 0.45
HSL 240º 0.14% 0.48% -
HSV(B) 240º 0.25% 0.55% -
XYZ 15.61 15 26.88 -
YUV 108.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 105 105 140 0.25 0.25 0 0.45 240 0.14 0.48
Hex 69 69 8C 19 19 0 2D F0 E 30
Octal 151 151 214 31 31 0 55 360 16 60
Binary 1101001 1101001 10001100 11001 11001 0 101101 11110000 1110 110000

Color Harmonies of #69698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69698C

Black with #69698C

Text Example


Text Example

White with #69698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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