Html Css Color HEX #09698B Allports

📋 copy color: '#09698B'

red 9 ◦ green 105 ◦ blue 139

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

Shades of Allports #09698B

Tints of Allports #09698B

RGB

 RED value IS 9 (3.91% from 255) = 3.56%

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 3.56%
G = 41.5%
B = 54.94%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09698B (or 0x09698B) is known color: Allports. HEX triplet: 09, 69 and 8B. RGB value is (9,105,139). Sum of RGB (Red+Green+Blue) = 9+105+139=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #09698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09698B is #F69674. Grayscale: #4F4F4F. Windows color (decimal): -16160373 or 9136393. OLE color: 9136393.

HSL color Cylindrical-coordinate representation of color #09698B: hue angle of 195.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09698B is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 105 139 -
CMYK 0.94 0.24 0 0.45
HSL 195.69º 0.88% 0.29% -
HSV(B) 195.69º 0.94% 0.55% -
XYZ 9.82 12.03 26.23 -
YUV 80.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 9 105 139 0.94 0.24 0 0.45 195.69 0.88 0.29
Hex 9 69 8B 5E 18 0 2D C4 58 1D
Octal 11 151 213 136 30 0 55 304 130 35
Binary 1001 1101001 10001011 1011110 11000 0 101101 11000100 1011000 11101

Color Harmonies of #09698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09698B

Black with #09698B

Text Example


Text Example

White with #09698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,105,139); }

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

background-color css

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

 a { background-color: rgb(9,105,139); }

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

border-color css

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

 span { border-color: rgb(9,105,139); }

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