Html Css Color HEX #09688E Allports

📋 copy color: '#09688E'

red 9 ◦ green 104 ◦ blue 142

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

Shades of Allports #09688E

Tints of Allports #09688E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.78%

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 3.53%
G = 40.78%
B = 55.69%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09688E (or 0x09688E) is known color: Allports. HEX triplet: 09, 68 and 8E. RGB value is (9,104,142). Sum of RGB (Red+Green+Blue) = 9+104+142=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #09688E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09688E is #F69771. Grayscale: #4F4F4F. Windows color (decimal): -16160626 or 9332745. OLE color: 9332745.

HSL color Cylindrical-coordinate representation of color #09688E: hue angle of 197.14º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09688E is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 104 142 -
CMYK 0.94 0.27 0 0.44
HSL 197.14º 0.88% 0.3% -
HSV(B) 197.14º 0.94% 0.56% -
XYZ 9.95 11.91 27.37 -
YUV 79.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 9 104 142 0.94 0.27 0 0.44 197.14 0.88 0.3
Hex 9 68 8E 5E 1B 0 2C C5 58 1E
Octal 11 150 216 136 33 0 54 305 130 36
Binary 1001 1101000 10001110 1011110 11011 0 101100 11000101 1011000 11110

Color Harmonies of #09688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09688E

Black with #09688E

Text Example


Text Example

White with #09688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09688E; }

 p { color: rgb(9,104,142); }

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

background-color css

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

 a { background-color: rgb(9,104,142); }

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

border-color css

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

 span { border-color: rgb(9,104,142); }

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