Html Css Color HEX #064543 Cyprus

📋 copy color: '#064543'

red 6 ◦ green 69 ◦ blue 67

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

Shades of Cyprus #064543

Tints of Cyprus #064543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

 BLUE value IS 67 (26.56% from 255) = 47.18%

R = 4.23%
G = 48.59%
B = 47.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#064543 (or 0x064543) is known color: Cyprus. HEX triplet: 06, 45 and 43. RGB value is (6,69,67). Sum of RGB (Red+Green+Blue) = 6+69+67=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #064543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064543 is #F9BABC. Grayscale: #313131. Windows color (decimal): -16366269 or 4408582. OLE color: 4408582.

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

Color convert

RGB 6 69 67 -
CMYK 0.91 0 0.03 0.73
HSL 178.1º 0.84% 0.15% -
HSV(B) 178.1º 0.91% 0.27% -
XYZ 3.22 4.7 6.05 -
YUV 49.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 6 69 67 0.91 0 0.03 0.73 178.1 0.84 0.15
Hex 6 45 43 5B 0 3 49 B2 54 F
Octal 6 105 103 133 0 3 111 262 124 17
Binary 110 1000101 1000011 1011011 0 11 1001001 10110010 1010100 1111

Color Harmonies of #064543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064543

Black with #064543

Text Example


Text Example

White with #064543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064543; }

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

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

background-color css

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

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

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

border-color css

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

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

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