Html Css Color HEX #068B67 Observatory

📋 copy color: '#068B67'

red 6 ◦ green 139 ◦ blue 103

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

Shades of Observatory #068B67

Tints of Observatory #068B67

RGB

 RED value IS 6 (2.73% from 255) = 2.42%

 GREEN value IS 139 (54.69% from 255) = 56.05%

 BLUE value IS 103 (40.63% from 255) = 41.53%

R = 2.42%
G = 56.05%
B = 41.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#068B67 (or 0x068B67) is known color: Observatory. HEX triplet: 06, 8B and 67. RGB value is (6,139,103). Sum of RGB (Red+Green+Blue) = 6+139+103=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #068B67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B67 is #F97498. Grayscale: #5F5F5F. Windows color (decimal): -16348313 or 6785798. OLE color: 6785798.

HSL color Cylindrical-coordinate representation of color #068B67: hue angle of 163.76º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B67 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 139 103 -
CMYK 0.96 0 0.26 0.45
HSL 163.76º 0.92% 0.28% -
HSV(B) 163.76º 0.96% 0.55% -
XYZ 11.76 19.48 15.97 -
YUV 95.13 132.44 64.43 -
System Red Green Blue C M Y K H S L
Decimal 6 139 103 0.96 0 0.26 0.45 163.76 0.92 0.28
Hex 6 8B 67 60 0 1A 2D A4 5C 1C
Octal 6 213 147 140 0 32 55 244 134 34
Binary 110 10001011 1100111 1100000 0 11010 101101 10100100 1011100 11100

Color Harmonies of #068B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068B67

Black with #068B67

Text Example


Text Example

White with #068B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068B67; }

 p { color: rgb(6,139,103); }

 H1.HeaderClassName
 {
   color: #068B67;
 }
 .AnyTagClassName
 {
   color: #068B67;
 }
</style>

background-color css

<style>
 a { background-color: #068B67; }

 a { background-color: rgb(6,139,103); }

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

border-color css

<style>
 span { border-color: #068B67; }

 span { border-color: rgb(6,139,103); }

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