Html Css Color HEX #064141 Cyprus

📋 copy color: '#064141'

red 6 ◦ green 65 ◦ blue 65

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

Shades of Cyprus #064141

Tints of Cyprus #064141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 47.79%

R = 4.41%
G = 47.79%
B = 47.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#064141 (or 0x064141) is known color: Cyprus. HEX triplet: 06, 41 and 41. RGB value is (6,65,65). Sum of RGB (Red+Green+Blue) = 6+65+65=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 65 (25.78% from 255 or 47.79% from 136); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #064141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064141 is #F9BEBE. Grayscale: #2F2F2F. Windows color (decimal): -16367295 or 4276486. OLE color: 4276486.

HSL color Cylindrical-coordinate representation of color #064141: hue angle of 180º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064141 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 65 -
CMYK 0.91 0 0 0.75
HSL 180º 0.83% 0.14% -
HSV(B) 180º 0.91% 0.25% -
XYZ 2.92 4.2 5.66 -
YUV 47.36 137.95 98.5 -
System Red Green Blue C M Y K H S L
Decimal 6 65 65 0.91 0 0 0.75 180 0.83 0.14
Hex 6 41 41 5B 0 0 4B B4 53 E
Octal 6 101 101 133 0 0 113 264 123 16
Binary 110 1000001 1000001 1011011 0 0 1001011 10110100 1010011 1110

Color Harmonies of #064141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064141

Black with #064141

Text Example


Text Example

White with #064141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064141; }

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

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

background-color css

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

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

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

border-color css

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

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

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