Html Css Color HEX #068665 Observatory

📋 copy color: '#068665'

red 6 ◦ green 134 ◦ blue 101

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

Shades of Observatory #068665

Tints of Observatory #068665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.6%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 2.49%
G = 55.6%
B = 41.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#068665 (or 0x068665) is known color: Observatory. HEX triplet: 06, 86 and 65. RGB value is (6,134,101). Sum of RGB (Red+Green+Blue) = 6+134+101=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #068665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068665 is #F9799A. Grayscale: #5B5B5B. Windows color (decimal): -16349595 or 6653446. OLE color: 6653446.

HSL color Cylindrical-coordinate representation of color #068665: hue angle of 164.53º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068665 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 101 -
CMYK 0.96 0 0.25 0.47
HSL 164.53º 0.91% 0.27% -
HSV(B) 164.53º 0.96% 0.53% -
XYZ 10.95 18.03 15.21 -
YUV 91.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 6 134 101 0.96 0 0.25 0.47 164.53 0.91 0.27
Hex 6 86 65 60 0 19 2F A5 5B 1B
Octal 6 206 145 140 0 31 57 245 133 33
Binary 110 10000110 1100101 1100000 0 11001 101111 10100101 1011011 11011

Color Harmonies of #068665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068665

Black with #068665

Text Example


Text Example

White with #068665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068665; }

 p { color: rgb(6,134,101); }

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

background-color css

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

 a { background-color: rgb(6,134,101); }

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

border-color css

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

 span { border-color: rgb(6,134,101); }

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