Html Css Color HEX #064848 Cyprus

📋 copy color: '#064848'

red 6 ◦ green 72 ◦ blue 72

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

Shades of Cyprus #064848

Tints of Cyprus #064848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 48%

R = 4%
G = 48%
B = 48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#064848 (or 0x064848) is known color: Cyprus. HEX triplet: 06, 48 and 48. RGB value is (6,72,72). Sum of RGB (Red+Green+Blue) = 6+72+72=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 72 (28.52% from 255 or 48% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #064848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064848 is #F9B7B7. Grayscale: #343434. Windows color (decimal): -16365496 or 4737030. OLE color: 4737030.

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

Color convert

RGB 6 72 72 -
CMYK 0.92 0 0 0.72
HSL 180º 0.85% 0.15% -
HSV(B) 180º 0.92% 0.28% -
XYZ 3.56 5.14 6.94 -
YUV 52.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 6 72 72 0.92 0 0 0.72 180 0.85 0.15
Hex 6 48 48 5C 0 0 48 B4 55 F
Octal 6 110 110 134 0 0 110 264 125 17
Binary 110 1001000 1001000 1011100 0 0 1001000 10110100 1010101 1111

Color Harmonies of #064848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064848

Black with #064848

Text Example


Text Example

White with #064848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064848; }

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

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

background-color css

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

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

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

border-color css

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

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

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