Html Css Color HEX #08688A Allports

📋 copy color: '#08688A'

red 8 ◦ green 104 ◦ blue 138

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

Shades of Allports #08688A

Tints of Allports #08688A

RGB

 RED value IS 8 (3.52% from 255) = 3.2%

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 3.2%
G = 41.6%
B = 55.2%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#08688A (or 0x08688A) is known color: Allports. HEX triplet: 08, 68 and 8A. RGB value is (8,104,138). Sum of RGB (Red+Green+Blue) = 8+104+138=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #08688A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08688A is #F79775. Grayscale: #4E4E4E. Windows color (decimal): -16226166 or 9070600. OLE color: 9070600.

HSL color Cylindrical-coordinate representation of color #08688A: hue angle of 195.69º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08688A is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 8 104 138 -
CMYK 0.94 0.25 0 0.46
HSL 195.69º 0.89% 0.29% -
HSV(B) 195.69º 0.94% 0.54% -
XYZ 9.64 11.79 25.81 -
YUV 79.17 161.2 77.24 -
System Red Green Blue C M Y K H S L
Decimal 8 104 138 0.94 0.25 0 0.46 195.69 0.89 0.29
Hex 8 68 8A 5E 19 0 2E C4 59 1D
Octal 10 150 212 136 31 0 56 304 131 35
Binary 1000 1101000 10001010 1011110 11001 0 101110 11000100 1011001 11101

Color Harmonies of #08688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08688A

Black with #08688A

Text Example


Text Example

White with #08688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08688A; }

 p { color: rgb(8,104,138); }

 H1.HeaderClassName
 {
   color: #08688A;
 }
 .AnyTagClassName
 {
   color: #08688A;
 }
</style>

background-color css

<style>
 a { background-color: #08688A; }

 a { background-color: rgb(8,104,138); }

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

border-color css

<style>
 span { border-color: #08688A; }

 span { border-color: rgb(8,104,138); }

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