Html Css Color HEX #064144 Cyprus

📋 copy color: '#064144'

red 6 ◦ green 65 ◦ blue 68

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

Shades of Cyprus #064144

Tints of Cyprus #064144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.76%

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

R = 4.32%
G = 46.76%
B = 48.92%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#064144 (or 0x064144) is known color: Cyprus. HEX triplet: 06, 41 and 44. RGB value is (6,65,68). Sum of RGB (Red+Green+Blue) = 6+65+68=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #064144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064144 is #F9BEBB. Grayscale: #2F2F2F. Windows color (decimal): -16367292 or 4473094. OLE color: 4473094.

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

Color convert

RGB 6 65 68 -
CMYK 0.91 0.04 0 0.73
HSL 182.9º 0.84% 0.15% -
HSV(B) 182.9º 0.91% 0.27% -
XYZ 3.01 4.24 6.13 -
YUV 47.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 6 65 68 0.91 0.04 0 0.73 182.9 0.84 0.15
Hex 6 41 44 5B 4 0 49 B7 54 F
Octal 6 101 104 133 4 0 111 267 124 17
Binary 110 1000001 1000100 1011011 100 0 1001001 10110111 1010100 1111

Color Harmonies of #064144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064144

Black with #064144

Text Example


Text Example

White with #064144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064144; }

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

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

background-color css

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

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

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

border-color css

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

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

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