Html Css Color HEX #618A8F Gothic

📋 copy color: '#618A8F'

red 97 ◦ green 138 ◦ blue 143

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

Shades of Gothic #618A8F

Tints of Gothic #618A8F

RGB

 RED value IS 97 (38.28% from 255) = 25.66%

 GREEN value IS 138 (54.3% from 255) = 36.51%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 25.66%
G = 36.51%
B = 37.83%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#618A8F (or 0x618A8F) is known color: Gothic. HEX triplet: 61, 8A and 8F. RGB value is (97,138,143). Sum of RGB (Red+Green+Blue) = 97+138+143=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 143 - color contains mainly: blue. Hex color #618A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A8F is #9E7570. Grayscale: #7E7E7E. Windows color (decimal): -10384753 or 9407073. OLE color: 9407073.

HSL color Cylindrical-coordinate representation of color #618A8F: hue angle of 186.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618A8F is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 138 143 -
CMYK 0.32 0.03 0 0.44
HSL 186.52º 0.19% 0.47% -
HSV(B) 186.52º 0.32% 0.56% -
XYZ 18.98 22.7 29.37 -
YUV 126.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 97 138 143 0.32 0.03 0 0.44 186.52 0.19 0.47
Hex 61 8A 8F 20 3 0 2C BB 13 2F
Octal 141 212 217 40 3 0 54 273 23 57
Binary 1100001 10001010 10001111 100000 11 0 101100 10111011 10011 101111

Color Harmonies of #618A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618A8F

Black with #618A8F

Text Example


Text Example

White with #618A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618A8F; }

 p { color: rgb(97,138,143); }

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

background-color css

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

 a { background-color: rgb(97,138,143); }

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

border-color css

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

 span { border-color: rgb(97,138,143); }

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