Html Css Color HEX #064341 Cyprus

📋 copy color: '#064341'

red 6 ◦ green 67 ◦ blue 65

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

Shades of Cyprus #064341

Tints of Cyprus #064341

RGB

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

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

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

R = 4.35%
G = 48.55%
B = 47.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#064341 (or 0x064341) is known color: Cyprus. HEX triplet: 06, 43 and 41. RGB value is (6,67,65). Sum of RGB (Red+Green+Blue) = 6+67+65=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 67 - color contains mainly: green. Hex color #064341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064341 is #F9BCBE. Grayscale: #303030. Windows color (decimal): -16366783 or 4276998. OLE color: 4276998.

HSL color Cylindrical-coordinate representation of color #064341: hue angle of 178.03º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064341 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 67 65 -
CMYK 0.91 0 0.03 0.74
HSL 178.03º 0.84% 0.14% -
HSV(B) 178.03º 0.91% 0.26% -
XYZ 3.04 4.43 5.7 -
YUV 48.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 6 67 65 0.91 0 0.03 0.74 178.03 0.84 0.14
Hex 6 43 41 5B 0 3 4A B2 54 E
Octal 6 103 101 133 0 3 112 262 124 16
Binary 110 1000011 1000001 1011011 0 11 1001010 10110010 1010100 1110

Color Harmonies of #064341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064341

Black with #064341

Text Example


Text Example

White with #064341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064341; }

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

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

background-color css

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

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

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

border-color css

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

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

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