Html Css Color HEX #064846 Cyprus

📋 copy color: '#064846'

red 6 ◦ green 72 ◦ blue 70

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

Shades of Cyprus #064846

Tints of Cyprus #064846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.3%

R = 4.05%
G = 48.65%
B = 47.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#064846 (or 0x064846) is known color: Cyprus. HEX triplet: 06, 48 and 46. RGB value is (6,72,70). Sum of RGB (Red+Green+Blue) = 6+72+70=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #064846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064846 is #F9B7B9. Grayscale: #333333. Windows color (decimal): -16365498 or 4605958. OLE color: 4605958.

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

Color convert

RGB 6 72 70 -
CMYK 0.92 0 0.03 0.72
HSL 178.18º 0.85% 0.15% -
HSV(B) 178.18º 0.92% 0.28% -
XYZ 3.5 5.12 6.6 -
YUV 52.04 138.13 95.16 -
System Red Green Blue C M Y K H S L
Decimal 6 72 70 0.92 0 0.03 0.72 178.18 0.85 0.15
Hex 6 48 46 5C 0 3 48 B2 55 F
Octal 6 110 106 134 0 3 110 262 125 17
Binary 110 1001000 1000110 1011100 0 11 1001000 10110010 1010101 1111

Color Harmonies of #064846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064846

Black with #064846

Text Example


Text Example

White with #064846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064846; }

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

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

background-color css

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

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

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

border-color css

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

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

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