Html Css Color HEX #969B9B Submarine

📋 copy color: '#969B9B'

red 150 ◦ green 155 ◦ blue 155

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

Shades of Submarine #969B9B

Tints of Submarine #969B9B

RGB

 RED value IS 150 (58.98% from 255) = 32.61%

 GREEN value IS 155 (60.94% from 255) = 33.7%

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

R = 32.61%
G = 33.7%
B = 33.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#969B9B (or 0x969B9B) is known color: Submarine. HEX triplet: 96, 9B and 9B. RGB value is (150,155,155). Sum of RGB (Red+Green+Blue) = 150+155+155=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #969B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B9B is #696464. Grayscale: #999999. Windows color (decimal): -6906981 or 10197910. OLE color: 10197910.

HSL color Cylindrical-coordinate representation of color #969B9B: hue angle of 180º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969B9B is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 155 155 -
CMYK 0.03 0 0 0.39
HSL 180º 0.02% 0.6% -
HSV(B) 180º 0.03% 0.61% -
XYZ 30.22 32.29 35.65 -
YUV 153.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 150 155 155 0.03 0 0 0.39 180 0.02 0.6
Hex 96 9B 9B 3 0 0 27 B4 2 3C
Octal 226 233 233 3 0 0 47 264 2 74
Binary 10010110 10011011 10011011 11 0 0 100111 10110100 10 111100

Color Harmonies of #969B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969B9B

Black with #969B9B

Text Example


Text Example

White with #969B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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