Html Css Color HEX #065445 Cyprus

📋 copy color: '#065445'

red 6 ◦ green 84 ◦ blue 69

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

Shades of Cyprus #065445

Tints of Cyprus #065445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 3.77%
G = 52.83%
B = 43.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#065445 (or 0x065445) is known color: Cyprus. HEX triplet: 06, 54 and 45. RGB value is (6,84,69). Sum of RGB (Red+Green+Blue) = 6+84+69=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #065445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065445 is #F9ABBA. Grayscale: #3A3A3A. Windows color (decimal): -16362427 or 4543494. OLE color: 4543494.

HSL color Cylindrical-coordinate representation of color #065445: hue angle of 168.46º 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 #065445 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 69 -
CMYK 0.93 0 0.18 0.67
HSL 168.46º 0.87% 0.18% -
HSV(B) 168.46º 0.93% 0.33% -
XYZ 4.32 6.81 6.72 -
YUV 58.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 6 84 69 0.93 0 0.18 0.67 168.46 0.87 0.18
Hex 6 54 45 5D 0 12 43 A8 57 12
Octal 6 124 105 135 0 22 103 250 127 22
Binary 110 1010100 1000101 1011101 0 10010 1000011 10101000 1010111 10010

Color Harmonies of #065445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065445

Black with #065445

Text Example


Text Example

White with #065445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065445; }

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

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

background-color css

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

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

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

border-color css

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

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

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