Html Css Color HEX #064742 Cyprus

📋 copy color: '#064742'

red 6 ◦ green 71 ◦ blue 66

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

Shades of Cyprus #064742

Tints of Cyprus #064742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.65%

 BLUE value IS 66 (26.17% from 255) = 46.15%

R = 4.2%
G = 49.65%
B = 46.15%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#064742 (or 0x064742) is known color: Cyprus. HEX triplet: 06, 47 and 42. RGB value is (6,71,66). Sum of RGB (Red+Green+Blue) = 6+71+66=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #064742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064742 is #F9B8BD. Grayscale: #323232. Windows color (decimal): -16365758 or 4343558. OLE color: 4343558.

HSL color Cylindrical-coordinate representation of color #064742: hue angle of 175.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064742 is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 71 66 -
CMYK 0.92 0 0.07 0.72
HSL 175.38º 0.84% 0.15% -
HSV(B) 175.38º 0.92% 0.28% -
XYZ 3.31 4.94 5.93 -
YUV 51 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 6 71 66 0.92 0 0.07 0.72 175.38 0.84 0.15
Hex 6 47 42 5C 0 7 48 AF 54 F
Octal 6 107 102 134 0 7 110 257 124 17
Binary 110 1000111 1000010 1011100 0 111 1001000 10101111 1010100 1111

Color Harmonies of #064742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064742

Black with #064742

Text Example


Text Example

White with #064742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064742; }

 p { color: rgb(6,71,66); }

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

background-color css

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

 a { background-color: rgb(6,71,66); }

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

border-color css

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

 span { border-color: rgb(6,71,66); }

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