Html Css Color HEX #068574 Observatory

📋 copy color: '#068574'

red 6 ◦ green 133 ◦ blue 116

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

Shades of Observatory #068574

Tints of Observatory #068574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 2.35%
G = 52.16%
B = 45.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#068574 (or 0x068574) is known color: Observatory. HEX triplet: 06, 85 and 74. RGB value is (6,133,116). Sum of RGB (Red+Green+Blue) = 6+133+116=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #068574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068574 is #F97A8B. Grayscale: #5D5D5D. Windows color (decimal): -16349836 or 7636230. OLE color: 7636230.

HSL color Cylindrical-coordinate representation of color #068574: hue angle of 171.97º 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 #068574 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 6 133 116 -
CMYK 0.95 0 0.13 0.48
HSL 171.97º 0.91% 0.27% -
HSV(B) 171.97º 0.95% 0.52% -
XYZ 11.62 18.07 19.4 -
YUV 93.09 140.92 65.88 -
System Red Green Blue C M Y K H S L
Decimal 6 133 116 0.95 0 0.13 0.48 171.97 0.91 0.27
Hex 6 85 74 5F 0 D 30 AC 5B 1B
Octal 6 205 164 137 0 15 60 254 133 33
Binary 110 10000101 1110100 1011111 0 1101 110000 10101100 1011011 11011

Color Harmonies of #068574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #068574

Black with #068574

Text Example


Text Example

White with #068574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #068574; }

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

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

background-color css

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

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

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

border-color css

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

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

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