Html Css Color HEX #69949A Gothic

📋 copy color: '#69949A'

red 105 ◦ green 148 ◦ blue 154

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

Shades of Gothic #69949A

Tints of Gothic #69949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 25.8%
G = 36.36%
B = 37.84%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69949A (or 0x69949A) is known color: Gothic. HEX triplet: 69, 94 and 9A. RGB value is (105,148,154). Sum of RGB (Red+Green+Blue) = 105+148+154=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #69949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69949A is #966B65. Grayscale: #878787. Windows color (decimal): -9857894 or 10130537. OLE color: 10130537.

HSL color Cylindrical-coordinate representation of color #69949A: hue angle of 187.35º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69949A is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 148 154 -
CMYK 0.32 0.04 0 0.40
HSL 187.35º 0.2% 0.51% -
HSV(B) 187.35º 0.32% 0.6% -
XYZ 22.25 26.52 34.52 -
YUV 135.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 105 148 154 0.32 0.04 0 0.40 187.35 0.2 0.51
Hex 69 94 9A 20 4 0 28 BB 14 33
Octal 151 224 232 40 4 0 50 273 24 63
Binary 1101001 10010100 10011010 100000 100 0 101000 10111011 10100 110011

Color Harmonies of #69949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69949A

Black with #69949A

Text Example


Text Example

White with #69949A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,148,154); }

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

background-color css

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

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

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

border-color css

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

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

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