Html Css Color HEX #69858A Gothic

📋 copy color: '#69858A'

red 105 ◦ green 133 ◦ blue 138

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

Shades of Gothic #69858A

Tints of Gothic #69858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 27.93%
G = 35.37%
B = 36.7%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69858A (or 0x69858A) is known color: Gothic. HEX triplet: 69, 85 and 8A. RGB value is (105,133,138). Sum of RGB (Red+Green+Blue) = 105+133+138=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #69858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69858A is #967A75. Grayscale: #7D7D7D. Windows color (decimal): -9861750 or 9078121. OLE color: 9078121.

HSL color Cylindrical-coordinate representation of color #69858A: hue angle of 189.09º 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 #69858A is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 133 138 -
CMYK 0.24 0.04 0 0.46
HSL 189.09º 0.14% 0.48% -
HSV(B) 189.09º 0.24% 0.54% -
XYZ 18.8 21.61 27.23 -
YUV 125.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 105 133 138 0.24 0.04 0 0.46 189.09 0.14 0.48
Hex 69 85 8A 18 4 0 2E BD E 30
Octal 151 205 212 30 4 0 56 275 16 60
Binary 1101001 10000101 10001010 11000 100 0 101110 10111101 1110 110000

Color Harmonies of #69858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69858A

Black with #69858A

Text Example


Text Example

White with #69858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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