Html Css Color HEX #084644 Cyprus

📋 copy color: '#084644'

red 8 ◦ green 70 ◦ blue 68

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

Shades of Cyprus #084644

Tints of Cyprus #084644

RGB

 RED value IS 8 (3.52% from 255) = 5.48%

 GREEN value IS 70 (27.73% from 255) = 47.95%

 BLUE value IS 68 (26.95% from 255) = 46.58%

R = 5.48%
G = 47.95%
B = 46.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#084644 (or 0x084644) is known color: Cyprus. HEX triplet: 08, 46 and 44. RGB value is (8,70,68). Sum of RGB (Red+Green+Blue) = 8+70+68=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #084644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084644 is #F7B9BB. Grayscale: #333333. Windows color (decimal): -16234940 or 4474376. OLE color: 4474376.

HSL color Cylindrical-coordinate representation of color #084644: hue angle of 178.06º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084644 is Cyan = 0.89, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 68 -
CMYK 0.89 0 0.03 0.73
HSL 178.06º 0.79% 0.15% -
HSV(B) 178.06º 0.89% 0.27% -
XYZ 3.33 4.85 6.23 -
YUV 51.23 137.46 97.16 -
System Red Green Blue C M Y K H S L
Decimal 8 70 68 0.89 0 0.03 0.73 178.06 0.79 0.15
Hex 8 46 44 59 0 3 49 B2 4F F
Octal 10 106 104 131 0 3 111 262 117 17
Binary 1000 1000110 1000100 1011001 0 11 1001001 10110010 1001111 1111

Color Harmonies of #084644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084644

Black with #084644

Text Example


Text Example

White with #084644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084644; }

 p { color: rgb(8,70,68); }

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

background-color css

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

 a { background-color: rgb(8,70,68); }

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

border-color css

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

 span { border-color: rgb(8,70,68); }

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