Html Css Color HEX #70969B Gothic

📋 copy color: '#70969B'

red 112 ◦ green 150 ◦ blue 155

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

Shades of Gothic #70969B

Tints of Gothic #70969B

RGB

 RED value IS 112 (44.14% from 255) = 26.86%

 GREEN value IS 150 (58.98% from 255) = 35.97%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 26.86%
G = 35.97%
B = 37.17%

CMYK

 C value IS 0.28

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70969B (or 0x70969B) is known color: Gothic. HEX triplet: 70, 96 and 9B. RGB value is (112,150,155). Sum of RGB (Red+Green+Blue) = 112+150+155=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #70969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70969B is #8F6964. Grayscale: #8B8B8B. Windows color (decimal): -9398629 or 10196592. OLE color: 10196592.

HSL color Cylindrical-coordinate representation of color #70969B: hue angle of 186.98º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70969B is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 150 155 -
CMYK 0.28 0.03 0 0.39
HSL 186.98º 0.18% 0.52% -
HSV(B) 186.98º 0.28% 0.61% -
XYZ 23.5 27.62 35.1 -
YUV 139.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 112 150 155 0.28 0.03 0 0.39 186.98 0.18 0.52
Hex 70 96 9B 1C 3 0 27 BB 12 34
Octal 160 226 233 34 3 0 47 273 22 64
Binary 1110000 10010110 10011011 11100 11 0 100111 10111011 10010 110100

Color Harmonies of #70969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70969B

Black with #70969B

Text Example


Text Example

White with #70969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,150,155); }

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

background-color css

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

 a { background-color: rgb(112,150,155); }

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

border-color css

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

 span { border-color: rgb(112,150,155); }

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