Html Css Color HEX #064444 Cyprus

📋 copy color: '#064444'

red 6 ◦ green 68 ◦ blue 68

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

Shades of Cyprus #064444

Tints of Cyprus #064444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

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

R = 4.23%
G = 47.89%
B = 47.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064444 (or 0x064444) is known color: Cyprus. HEX triplet: 06, 44 and 44. RGB value is (6,68,68). Sum of RGB (Red+Green+Blue) = 6+68+68=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: green, blue. Hex color #064444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064444 is #F9BBBB. Grayscale: #313131. Windows color (decimal): -16366524 or 4473862. OLE color: 4473862.

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

Color convert

RGB 6 68 68 -
CMYK 0.91 0 0 0.73
HSL 180º 0.84% 0.15% -
HSV(B) 180º 0.91% 0.27% -
XYZ 3.19 4.59 6.19 -
YUV 49.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 6 68 68 0.91 0 0 0.73 180 0.84 0.15
Hex 6 44 44 5B 0 0 49 B4 54 F
Octal 6 104 104 133 0 0 111 264 124 17
Binary 110 1000100 1000100 1011011 0 0 1001001 10110100 1010100 1111

Color Harmonies of #064444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064444

Black with #064444

Text Example


Text Example

White with #064444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064444; }

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

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

background-color css

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

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

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

border-color css

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

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

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