Html Css Color HEX #69698B Comet

📋 copy color: '#69698B'

red 105 ◦ green 105 ◦ blue 139

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

Shades of Comet #69698B

Tints of Comet #69698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 30.09%
G = 30.09%
B = 39.83%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69698B (or 0x69698B) is known color: Comet. HEX triplet: 69, 69 and 8B. RGB value is (105,105,139). Sum of RGB (Red+Green+Blue) = 105+105+139=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #69698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69698B is #969674. Grayscale: #6C6C6C. Windows color (decimal): -9868917 or 9136489. OLE color: 9136489.

HSL color Cylindrical-coordinate representation of color #69698B: 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.24%. Process color model (Four color, CMYK) of #69698B is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 105 139 -
CMYK 0.24 0.24 0 0.45
HSL 240º 0.14% 0.48% -
HSV(B) 240º 0.24% 0.55% -
XYZ 15.54 14.97 26.5 -
YUV 108.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 105 105 139 0.24 0.24 0 0.45 240 0.14 0.48
Hex 69 69 8B 18 18 0 2D F0 E 30
Octal 151 151 213 30 30 0 55 360 16 60
Binary 1101001 1101001 10001011 11000 11000 0 101101 11110000 1110 110000

Color Harmonies of #69698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69698B

Black with #69698B

Text Example


Text Example

White with #69698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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