Html Css Color HEX #064A44 Cyprus

📋 copy color: '#064A44'

red 6 ◦ green 74 ◦ blue 68

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

Shades of Cyprus #064A44

Tints of Cyprus #064A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 68 (26.95% from 255) = 45.95%

R = 4.05%
G = 50%
B = 45.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#064A44 (or 0x064A44) is known color: Cyprus. HEX triplet: 06, 4A and 44. RGB value is (6,74,68). Sum of RGB (Red+Green+Blue) = 6+74+68=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 68 (26.95% from 255 or 45.95% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #064A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064A44 is #F9B5BB. Grayscale: #343434. Windows color (decimal): -16364988 or 4475398. OLE color: 4475398.

HSL color Cylindrical-coordinate representation of color #064A44: hue angle of 174.71º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064A44 is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 74 68 -
CMYK 0.92 0 0.08 0.71
HSL 174.71º 0.85% 0.16% -
HSV(B) 174.71º 0.92% 0.29% -
XYZ 3.57 5.35 6.31 -
YUV 52.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 6 74 68 0.92 0 0.08 0.71 174.71 0.85 0.16
Hex 6 4A 44 5C 0 8 47 AF 55 10
Octal 6 112 104 134 0 10 107 257 125 20
Binary 110 1001010 1000100 1011100 0 1000 1000111 10101111 1010101 10000

Color Harmonies of #064A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064A44

Black with #064A44

Text Example


Text Example

White with #064A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064A44; }

 p { color: rgb(6,74,68); }

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

background-color css

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

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

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

border-color css

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

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

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