Html Css Color HEX #064842 Cyprus

📋 copy color: '#064842'

red 6 ◦ green 72 ◦ blue 66

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

Shades of Cyprus #064842

Tints of Cyprus #064842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 50%

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

R = 4.17%
G = 50%
B = 45.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#064842 (or 0x064842) is known color: Cyprus. HEX triplet: 06, 48 and 42. RGB value is (6,72,66). Sum of RGB (Red+Green+Blue) = 6+72+66=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 66 (26.17% from 255 or 45.83% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #064842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064842 is #F9B7BD. Grayscale: #333333. Windows color (decimal): -16365502 or 4343814. OLE color: 4343814.

HSL color Cylindrical-coordinate representation of color #064842: hue angle of 174.55º degrees, saturation: 0.85, 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 #064842 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 6 72 66 -
CMYK 0.92 0 0.08 0.72
HSL 174.55º 0.85% 0.15% -
HSV(B) 174.55º 0.92% 0.28% -
XYZ 3.38 5.07 5.95 -
YUV 51.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 6 72 66 0.92 0 0.08 0.72 174.55 0.85 0.15
Hex 6 48 42 5C 0 8 48 AF 55 F
Octal 6 110 102 134 0 10 110 257 125 17
Binary 110 1001000 1000010 1011100 0 1000 1001000 10101111 1010101 1111

Color Harmonies of #064842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064842

Black with #064842

Text Example


Text Example

White with #064842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064842; }

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

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

background-color css

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

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

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

border-color css

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

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

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