Html Css Color HEX #09688C Allports

📋 copy color: '#09688C'

red 9 ◦ green 104 ◦ blue 140

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

Shades of Allports #09688C

Tints of Allports #09688C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 3.56%
G = 41.11%
B = 55.34%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09688C (or 0x09688C) is known color: Allports. HEX triplet: 09, 68 and 8C. RGB value is (9,104,140). Sum of RGB (Red+Green+Blue) = 9+104+140=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #09688C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09688C is #F69773. Grayscale: #4F4F4F. Windows color (decimal): -16160628 or 9201673. OLE color: 9201673.

HSL color Cylindrical-coordinate representation of color #09688C: hue angle of 196.49º 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 #09688C is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 104 140 -
CMYK 0.94 0.26 0 0.45
HSL 196.49º 0.88% 0.29% -
HSV(B) 196.49º 0.94% 0.55% -
XYZ 9.8 11.85 26.58 -
YUV 79.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 9 104 140 0.94 0.26 0 0.45 196.49 0.88 0.29
Hex 9 68 8C 5E 1A 0 2D C4 58 1D
Octal 11 150 214 136 32 0 55 304 130 35
Binary 1001 1101000 10001100 1011110 11010 0 101101 11000100 1011000 11101

Color Harmonies of #09688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09688C

Black with #09688C

Text Example


Text Example

White with #09688C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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