Html Css Color HEX #064843 Cyprus

📋 copy color: '#064843'

red 6 ◦ green 72 ◦ blue 67

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

Shades of Cyprus #064843

Tints of Cyprus #064843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 46.21%

R = 4.14%
G = 49.66%
B = 46.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#064843 (or 0x064843) is known color: Cyprus. HEX triplet: 06, 48 and 43. RGB value is (6,72,67). Sum of RGB (Red+Green+Blue) = 6+72+67=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 67 (26.56% from 255 or 46.21% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #064843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064843 is #F9B7BC. Grayscale: #333333. Windows color (decimal): -16365501 or 4409350. OLE color: 4409350.

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

Color convert

RGB 6 72 67 -
CMYK 0.92 0 0.07 0.72
HSL 175.45º 0.85% 0.15% -
HSV(B) 175.45º 0.92% 0.28% -
XYZ 3.41 5.08 6.11 -
YUV 51.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 6 72 67 0.92 0 0.07 0.72 175.45 0.85 0.15
Hex 6 48 43 5C 0 7 48 AF 55 F
Octal 6 110 103 134 0 7 110 257 125 17
Binary 110 1001000 1000011 1011100 0 111 1001000 10101111 1010101 1111

Color Harmonies of #064843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064843

Black with #064843

Text Example


Text Example

White with #064843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064843; }

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

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

background-color css

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

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

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

border-color css

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

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

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