Html Css Color HEX #068C69 Observatory

📋 copy color: '#068C69'

red 6 ◦ green 140 ◦ blue 105

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

Shades of Observatory #068C69

Tints of Observatory #068C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 55.78%

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 2.39%
G = 55.78%
B = 41.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#068C69 (or 0x068C69) is known color: Observatory. HEX triplet: 06, 8C and 69. RGB value is (6,140,105). Sum of RGB (Red+Green+Blue) = 6+140+105=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 140 (55.08% from 255 or 55.78% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 140 - color contains mainly: green. Hex color #068C69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068C69 is #F97396. Grayscale: #5F5F5F. Windows color (decimal): -16348055 or 6917126. OLE color: 6917126.

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

Color convert

RGB 6 140 105 -
CMYK 0.96 0 0.25 0.45
HSL 164.33º 0.92% 0.29% -
HSV(B) 164.33º 0.96% 0.55% -
XYZ 12 19.81 16.56 -
YUV 95.94 133.11 63.85 -
System Red Green Blue C M Y K H S L
Decimal 6 140 105 0.96 0 0.25 0.45 164.33 0.92 0.29
Hex 6 8C 69 60 0 19 2D A4 5C 1D
Octal 6 214 151 140 0 31 55 244 134 35
Binary 110 10001100 1101001 1100000 0 11001 101101 10100100 1011100 11101

Color Harmonies of #068C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068C69

Black with #068C69

Text Example


Text Example

White with #068C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,140,105); }

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

background-color css

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

 a { background-color: rgb(6,140,105); }

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

border-color css

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

 span { border-color: rgb(6,140,105); }

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