Html Css Color HEX #064344 Cyprus

📋 copy color: '#064344'

red 6 ◦ green 67 ◦ blue 68

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

Shades of Cyprus #064344

Tints of Cyprus #064344

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.52%

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

R = 4.26%
G = 47.52%
B = 48.23%

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

#064344 (or 0x064344) is known color: Cyprus. HEX triplet: 06, 43 and 44. RGB value is (6,67,68). Sum of RGB (Red+Green+Blue) = 6+67+68=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #064344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064344 is #F9BCBB. Grayscale: #303030. Windows color (decimal): -16366780 or 4473606. OLE color: 4473606.

HSL color Cylindrical-coordinate representation of color #064344: hue angle of 180.97º 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 #064344 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 67 68 -
CMYK 0.91 0.01 0 0.73
HSL 180.97º 0.84% 0.15% -
HSV(B) 180.97º 0.91% 0.27% -
XYZ 3.13 4.47 6.17 -
YUV 48.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 6 67 68 0.91 0.01 0 0.73 180.97 0.84 0.15
Hex 6 43 44 5B 1 0 49 B5 54 F
Octal 6 103 104 133 1 0 111 265 124 17
Binary 110 1000011 1000100 1011011 1 0 1001001 10110101 1010100 1111

Color Harmonies of #064344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064344

Black with #064344

Text Example


Text Example

White with #064344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064344; }

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

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

background-color css

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

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

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

border-color css

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

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

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