Html Css Color HEX #064B43 Cyprus

📋 copy color: '#064B43'

red 6 ◦ green 75 ◦ blue 67

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

Shades of Cyprus #064B43

Tints of Cyprus #064B43

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.68%

 BLUE value IS 67 (26.56% from 255) = 45.27%

R = 4.05%
G = 50.68%
B = 45.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#064B43 (or 0x064B43) is known color: Cyprus. HEX triplet: 06, 4B and 43. RGB value is (6,75,67). Sum of RGB (Red+Green+Blue) = 6+75+67=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #064B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B43 is #F9B4BC. Grayscale: #353535. Windows color (decimal): -16364733 or 4410118. OLE color: 4410118.

HSL color Cylindrical-coordinate representation of color #064B43: hue angle of 173.04º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B43 is Cyan = 0.92, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 75 67 -
CMYK 0.92 0 0.11 0.71
HSL 173.04º 0.85% 0.16% -
HSV(B) 173.04º 0.92% 0.29% -
XYZ 3.6 5.48 6.18 -
YUV 53.46 135.64 94.15 -
System Red Green Blue C M Y K H S L
Decimal 6 75 67 0.92 0 0.11 0.71 173.04 0.85 0.16
Hex 6 4B 43 5C 0 B 47 AD 55 10
Octal 6 113 103 134 0 13 107 255 125 20
Binary 110 1001011 1000011 1011100 0 1011 1000111 10101101 1010101 10000

Color Harmonies of #064B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064B43

Black with #064B43

Text Example


Text Example

White with #064B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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