Html Css Color HEX #064040 Cyprus

📋 copy color: '#064040'

red 6 ◦ green 64 ◦ blue 64

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

Shades of Cyprus #064040

Tints of Cyprus #064040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 64 (25.39% from 255) = 47.76%

R = 4.48%
G = 47.76%
B = 47.76%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#064040 (or 0x064040) is known color: Cyprus. HEX triplet: 06, 40 and 40. RGB value is (6,64,64). Sum of RGB (Red+Green+Blue) = 6+64+64=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #064040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064040 is #F9BFBF. Grayscale: #2E2E2E. Windows color (decimal): -16367552 or 4210694. OLE color: 4210694.

HSL color Cylindrical-coordinate representation of color #064040: hue angle of 180º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064040 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 64 -
CMYK 0.91 0 0 0.75
HSL 180º 0.83% 0.14% -
HSV(B) 180º 0.91% 0.25% -
XYZ 2.83 4.08 5.49 -
YUV 46.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 6 64 64 0.91 0 0 0.75 180 0.83 0.14
Hex 6 40 40 5B 0 0 4B B4 53 E
Octal 6 100 100 133 0 0 113 264 123 16
Binary 110 1000000 1000000 1011011 0 0 1001011 10110100 1010011 1110

Color Harmonies of #064040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064040

Black with #064040

Text Example


Text Example

White with #064040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064040; }

 p { color: rgb(6,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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