Html Css Color HEX #065449 Cyprus

📋 copy color: '#065449'

red 6 ◦ green 84 ◦ blue 73

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

Shades of Cyprus #065449

Tints of Cyprus #065449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

 BLUE value IS 73 (28.91% from 255) = 44.79%

R = 3.68%
G = 51.53%
B = 44.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#065449 (or 0x065449) is known color: Cyprus. HEX triplet: 06, 54 and 49. RGB value is (6,84,73). Sum of RGB (Red+Green+Blue) = 6+84+73=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #065449 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065449 is #F9ABB6. Grayscale: #3B3B3B. Windows color (decimal): -16362423 or 4805638. OLE color: 4805638.

HSL color Cylindrical-coordinate representation of color #065449: hue angle of 171.54º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065449 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 73 -
CMYK 0.93 0 0.13 0.67
HSL 171.54º 0.87% 0.18% -
HSV(B) 171.54º 0.93% 0.33% -
XYZ 4.45 6.86 7.39 -
YUV 59.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 6 84 73 0.93 0 0.13 0.67 171.54 0.87 0.18
Hex 6 54 49 5D 0 D 43 AC 57 12
Octal 6 124 111 135 0 15 103 254 127 22
Binary 110 1010100 1001001 1011101 0 1101 1000011 10101100 1010111 10010

Color Harmonies of #065449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065449

Black with #065449

Text Example


Text Example

White with #065449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065449; }

 p { color: rgb(6,84,73); }

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

background-color css

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

 a { background-color: rgb(6,84,73); }

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

border-color css

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

 span { border-color: rgb(6,84,73); }

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