Html Css Color HEX #064844 Cyprus

📋 copy color: '#064844'

red 6 ◦ green 72 ◦ blue 68

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

Shades of Cyprus #064844

Tints of Cyprus #064844

RGB

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

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

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

R = 4.11%
G = 49.32%
B = 46.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#064844 (or 0x064844) is known color: Cyprus. HEX triplet: 06, 48 and 44. RGB value is (6,72,68). Sum of RGB (Red+Green+Blue) = 6+72+68=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 68 (26.95% from 255 or 46.58% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #064844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064844 is #F9B7BB. Grayscale: #333333. Windows color (decimal): -16365500 or 4474886. OLE color: 4474886.

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

Color convert

RGB 6 72 68 -
CMYK 0.92 0 0.06 0.72
HSL 176.36º 0.85% 0.15% -
HSV(B) 176.36º 0.92% 0.28% -
XYZ 3.44 5.09 6.27 -
YUV 51.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 6 72 68 0.92 0 0.06 0.72 176.36 0.85 0.15
Hex 6 48 44 5C 0 6 48 B0 55 F
Octal 6 110 104 134 0 6 110 260 125 17
Binary 110 1001000 1000100 1011100 0 110 1001000 10110000 1010101 1111

Color Harmonies of #064844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064844

Black with #064844

Text Example


Text Example

White with #064844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064844; }

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

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

background-color css

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

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

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

border-color css

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

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

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