Html Css Color HEX #064041 Cyprus

📋 copy color: '#064041'

red 6 ◦ green 64 ◦ blue 65

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

Shades of Cyprus #064041

Tints of Cyprus #064041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 4.44%
G = 47.41%
B = 48.15%

CMYK

 C value IS 0.91

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#064041 (or 0x064041) is known color: Cyprus. HEX triplet: 06, 40 and 41. RGB value is (6,64,65). Sum of RGB (Red+Green+Blue) = 6+64+65=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #064041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064041 is #F9BFBE. Grayscale: #2E2E2E. Windows color (decimal): -16367551 or 4276230. OLE color: 4276230.

HSL color Cylindrical-coordinate representation of color #064041: hue angle of 181.02º 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 #064041 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 65 -
CMYK 0.91 0.02 0 0.75
HSL 181.02º 0.83% 0.14% -
HSV(B) 181.02º 0.91% 0.25% -
XYZ 2.86 4.09 5.64 -
YUV 46.77 138.28 98.92 -
System Red Green Blue C M Y K H S L
Decimal 6 64 65 0.91 0.02 0 0.75 181.02 0.83 0.14
Hex 6 40 41 5B 2 0 4B B5 53 E
Octal 6 100 101 133 2 0 113 265 123 16
Binary 110 1000000 1000001 1011011 10 0 1001011 10110101 1010011 1110

Color Harmonies of #064041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064041

Black with #064041

Text Example


Text Example

White with #064041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064041; }

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

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

background-color css

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

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

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

border-color css

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

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

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