Html Css Color HEX #06544B Cyprus

📋 copy color: '#06544B'

red 6 ◦ green 84 ◦ blue 75

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

Shades of Cyprus #06544B

Tints of Cyprus #06544B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.91%

 BLUE value IS 75 (29.69% from 255) = 45.45%

R = 3.64%
G = 50.91%
B = 45.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#06544B (or 0x06544B) is known color: Cyprus. HEX triplet: 06, 54 and 4B. RGB value is (6,84,75). Sum of RGB (Red+Green+Blue) = 6+84+75=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 84 (33.20% from 255 or 50.91% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 84 - color contains mainly: green. Hex color #06544B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06544B is #F9ABB4. Grayscale: #3B3B3B. Windows color (decimal): -16362421 or 4936710. OLE color: 4936710.

HSL color Cylindrical-coordinate representation of color #06544B: hue angle of 173.08º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06544B is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 75 -
CMYK 0.93 0 0.11 0.67
HSL 173.08º 0.87% 0.18% -
HSV(B) 173.08º 0.93% 0.33% -
XYZ 4.52 6.89 7.75 -
YUV 59.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 6 84 75 0.93 0 0.11 0.67 173.08 0.87 0.18
Hex 6 54 4B 5D 0 B 43 AD 57 12
Octal 6 124 113 135 0 13 103 255 127 22
Binary 110 1010100 1001011 1011101 0 1011 1000011 10101101 1010111 10010

Color Harmonies of #06544B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06544B

Black with #06544B

Text Example


Text Example

White with #06544B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06544B; }

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

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

background-color css

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

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

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

border-color css

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

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

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