Html Css Color HEX #69888A Gothic

📋 copy color: '#69888A'

red 105 ◦ green 136 ◦ blue 138

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

Shades of Gothic #69888A

Tints of Gothic #69888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 27.7%
G = 35.88%
B = 36.41%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69888A (or 0x69888A) is known color: Gothic. HEX triplet: 69, 88 and 8A. RGB value is (105,136,138). Sum of RGB (Red+Green+Blue) = 105+136+138=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #69888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69888A is #967775. Grayscale: #7E7E7E. Windows color (decimal): -9860982 or 9078889. OLE color: 9078889.

HSL color Cylindrical-coordinate representation of color #69888A: hue angle of 183.64º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69888A is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 136 138 -
CMYK 0.24 0.01 0 0.46
HSL 183.64º 0.14% 0.48% -
HSV(B) 183.64º 0.24% 0.54% -
XYZ 19.22 22.45 27.36 -
YUV 126.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 105 136 138 0.24 0.01 0 0.46 183.64 0.14 0.48
Hex 69 88 8A 18 1 0 2E B8 E 30
Octal 151 210 212 30 1 0 56 270 16 60
Binary 1101001 10001000 10001010 11000 1 0 101110 10111000 1110 110000

Color Harmonies of #69888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69888A

Black with #69888A

Text Example


Text Example

White with #69888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69888A; }

 p { color: rgb(105,136,138); }

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

background-color css

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

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

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

border-color css

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

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

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