Html Css Color HEX #068564 Observatory

📋 copy color: '#068564'

red 6 ◦ green 133 ◦ blue 100

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

Shades of Observatory #068564

Tints of Observatory #068564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 100 (39.45% from 255) = 41.84%

R = 2.51%
G = 55.65%
B = 41.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#068564 (or 0x068564) is known color: Observatory. HEX triplet: 06, 85 and 64. RGB value is (6,133,100). Sum of RGB (Red+Green+Blue) = 6+133+100=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 100 (39.45% from 255 or 41.84% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #068564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068564 is #F97A9B. Grayscale: #5B5B5B. Windows color (decimal): -16349852 or 6587654. OLE color: 6587654.

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

Color convert

RGB 6 133 100 -
CMYK 0.95 0 0.25 0.48
HSL 164.41º 0.91% 0.27% -
HSV(B) 164.41º 0.95% 0.52% -
XYZ 10.76 17.73 14.91 -
YUV 91.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 6 133 100 0.95 0 0.25 0.48 164.41 0.91 0.27
Hex 6 85 64 5F 0 19 30 A4 5B 1B
Octal 6 205 144 137 0 31 60 244 133 33
Binary 110 10000101 1100100 1011111 0 11001 110000 10100100 1011011 11011

Color Harmonies of #068564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068564

Black with #068564

Text Example


Text Example

White with #068564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068564; }

 p { color: rgb(6,133,100); }

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

background-color css

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

 a { background-color: rgb(6,133,100); }

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

border-color css

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

 span { border-color: rgb(6,133,100); }

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