Html Css Color HEX #065044 Cyprus

📋 copy color: '#065044'

red 6 ◦ green 80 ◦ blue 68

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

Shades of Cyprus #065044

Tints of Cyprus #065044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.95%

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

R = 3.9%
G = 51.95%
B = 44.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#065044 (or 0x065044) is known color: Cyprus. HEX triplet: 06, 50 and 44. RGB value is (6,80,68). Sum of RGB (Red+Green+Blue) = 6+80+68=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #065044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065044 is #F9AFBB. Grayscale: #383838. Windows color (decimal): -16363452 or 4476934. OLE color: 4476934.

HSL color Cylindrical-coordinate representation of color #065044: hue angle of 170.27º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065044 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 80 68 -
CMYK 0.92 0 0.15 0.69
HSL 170.27º 0.86% 0.17% -
HSV(B) 170.27º 0.93% 0.31% -
XYZ 3.99 6.19 6.45 -
YUV 56.51 134.48 91.98 -
System Red Green Blue C M Y K H S L
Decimal 6 80 68 0.92 0 0.15 0.69 170.27 0.86 0.17
Hex 6 50 44 5C 0 F 45 AA 56 11
Octal 6 120 104 134 0 17 105 252 126 21
Binary 110 1010000 1000100 1011100 0 1111 1000101 10101010 1010110 10001

Color Harmonies of #065044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065044

Black with #065044

Text Example


Text Example

White with #065044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065044; }

 p { color: rgb(6,80,68); }

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

background-color css

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

 a { background-color: rgb(6,80,68); }

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

border-color css

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

 span { border-color: rgb(6,80,68); }

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