Html Css Color HEX #064546 Cyprus

📋 copy color: '#064546'

red 6 ◦ green 69 ◦ blue 70

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

Shades of Cyprus #064546

Tints of Cyprus #064546

RGB

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

 GREEN value IS 69 (27.34% from 255) = 47.59%

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

R = 4.14%
G = 47.59%
B = 48.28%

CMYK

 C value IS 0.91

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064546 (or 0x064546) is known color: Cyprus. HEX triplet: 06, 45 and 46. RGB value is (6,69,70). Sum of RGB (Red+Green+Blue) = 6+69+70=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #064546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064546 is #F9BAB9. Grayscale: #323232. Windows color (decimal): -16366266 or 4605190. OLE color: 4605190.

HSL color Cylindrical-coordinate representation of color #064546: hue angle of 180.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064546 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 70 -
CMYK 0.91 0.01 0 0.73
HSL 180.94º 0.84% 0.15% -
HSV(B) 180.94º 0.91% 0.27% -
XYZ 3.31 4.74 6.53 -
YUV 50.28 139.13 96.42 -
System Red Green Blue C M Y K H S L
Decimal 6 69 70 0.91 0.01 0 0.73 180.94 0.84 0.15
Hex 6 45 46 5B 1 0 49 B5 54 F
Octal 6 105 106 133 1 0 111 265 124 17
Binary 110 1000101 1000110 1011011 1 0 1001001 10110101 1010100 1111

Color Harmonies of #064546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064546

Black with #064546

Text Example


Text Example

White with #064546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064546; }

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

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

background-color css

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

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

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

border-color css

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

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

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