Html Css Color HEX #659094 Gothic

📋 copy color: '#659094'

red 101 ◦ green 144 ◦ blue 148

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

Shades of Gothic #659094

Tints of Gothic #659094

RGB

 RED value IS 101 (39.84% from 255) = 25.7%

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 148 (58.2% from 255) = 37.66%

R = 25.7%
G = 36.64%
B = 37.66%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#659094 (or 0x659094) is known color: Gothic. HEX triplet: 65, 90 and 94. RGB value is (101,144,148). Sum of RGB (Red+Green+Blue) = 101+144+148=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #659094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659094 is #9A6F6B. Grayscale: #838383. Windows color (decimal): -10121068 or 9736293. OLE color: 9736293.

HSL color Cylindrical-coordinate representation of color #659094: hue angle of 185.11º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659094 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 144 148 -
CMYK 0.32 0.03 0 0.42
HSL 185.11º 0.19% 0.49% -
HSV(B) 185.11º 0.32% 0.58% -
XYZ 20.69 24.85 31.72 -
YUV 131.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 101 144 148 0.32 0.03 0 0.42 185.11 0.19 0.49
Hex 65 90 94 20 3 0 2A B9 13 31
Octal 145 220 224 40 3 0 52 271 23 61
Binary 1100101 10010000 10010100 100000 11 0 101010 10111001 10011 110001

Color Harmonies of #659094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659094

Black with #659094

Text Example


Text Example

White with #659094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659094; }

 p { color: rgb(101,144,148); }

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

background-color css

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

 a { background-color: rgb(101,144,148); }

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

border-color css

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

 span { border-color: rgb(101,144,148); }

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