Html Css Color HEX #69888B Gothic

📋 copy color: '#69888B'

red 105 ◦ green 136 ◦ blue 139

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

Shades of Gothic #69888B

Tints of Gothic #69888B

RGB

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

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

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

R = 27.63%
G = 35.79%
B = 36.58%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69888B (or 0x69888B) is known color: Gothic. HEX triplet: 69, 88 and 8B. RGB value is (105,136,139). Sum of RGB (Red+Green+Blue) = 105+136+139=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #69888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69888B is #967774. Grayscale: #7F7F7F. Windows color (decimal): -9860981 or 9144425. OLE color: 9144425.

HSL color Cylindrical-coordinate representation of color #69888B: hue angle of 185.29º 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 #69888B is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 136 139 -
CMYK 0.24 0.02 0 0.45
HSL 185.29º 0.14% 0.48% -
HSV(B) 185.29º 0.24% 0.55% -
XYZ 19.29 22.48 27.75 -
YUV 127.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 105 136 139 0.24 0.02 0 0.45 185.29 0.14 0.48
Hex 69 88 8B 18 2 0 2D B9 E 30
Octal 151 210 213 30 2 0 55 271 16 60
Binary 1101001 10001000 10001011 11000 10 0 101101 10111001 1110 110000

Color Harmonies of #69888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69888B

Black with #69888B

Text Example


Text Example

White with #69888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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