Html Css Color HEX #064342 Cyprus

📋 copy color: '#064342'

red 6 ◦ green 67 ◦ blue 66

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

Shades of Cyprus #064342

Tints of Cyprus #064342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 47.48%

R = 4.32%
G = 48.2%
B = 47.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#064342 (or 0x064342) is known color: Cyprus. HEX triplet: 06, 43 and 42. RGB value is (6,67,66). Sum of RGB (Red+Green+Blue) = 6+67+66=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 66 (26.17% from 255 or 47.48% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #064342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064342 is #F9BCBD. Grayscale: #303030. Windows color (decimal): -16366782 or 4342534. OLE color: 4342534.

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

Color convert

RGB 6 67 66 -
CMYK 0.91 0 0.01 0.74
HSL 179.02º 0.84% 0.14% -
HSV(B) 179.02º 0.91% 0.26% -
XYZ 3.07 4.45 5.85 -
YUV 48.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 6 67 66 0.91 0 0.01 0.74 179.02 0.84 0.14
Hex 6 43 42 5B 0 1 4A B3 54 E
Octal 6 103 102 133 0 1 112 263 124 16
Binary 110 1000011 1000010 1011011 0 1 1001010 10110011 1010100 1110

Color Harmonies of #064342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064342

Black with #064342

Text Example


Text Example

White with #064342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064342; }

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

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

background-color css

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

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

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

border-color css

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

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

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