Html Css Color HEX #063E3F Cyprus

📋 copy color: '#063E3F'

red 6 ◦ green 62 ◦ blue 63

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

Shades of Cyprus #063E3F

Tints of Cyprus #063E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 47.33%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 4.58%
G = 47.33%
B = 48.09%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063E3F (or 0x063E3F) is known color: Cyprus. HEX triplet: 06, 3E and 3F. RGB value is (6,62,63). Sum of RGB (Red+Green+Blue) = 6+62+63=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #063E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E3F is #F9C1C0. Grayscale: #2D2D2D. Windows color (decimal): -16368065 or 4144646. OLE color: 4144646.

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

Color convert

RGB 6 62 63 -
CMYK 0.90 0.02 0 0.75
HSL 181.05º 0.83% 0.14% -
HSV(B) 181.05º 0.9% 0.25% -
XYZ 2.69 3.84 5.3 -
YUV 45.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 6 62 63 0.90 0.02 0 0.75 181.05 0.83 0.14
Hex 6 3E 3F 5A 2 0 4B B5 53 E
Octal 6 76 77 132 2 0 113 265 123 16
Binary 110 111110 111111 1011010 10 0 1001011 10110101 1010011 1110

Color Harmonies of #063E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E3F

Black with #063E3F

Text Example


Text Example

White with #063E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063E3F; }

 p { color: rgb(6,62,63); }

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

background-color css

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

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

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

border-color css

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

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

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