Html Css Color HEX #063B3E Cyprus

📋 copy color: '#063B3E'

red 6 ◦ green 59 ◦ blue 62

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

Shades of Cyprus #063B3E

Tints of Cyprus #063B3E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.46%

 BLUE value IS 62 (24.61% from 255) = 48.82%

R = 4.72%
G = 46.46%
B = 48.82%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#063B3E (or 0x063B3E) is known color: Cyprus. HEX triplet: 06, 3B and 3E. RGB value is (6,59,62). Sum of RGB (Red+Green+Blue) = 6+59+62=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 59 (23.44% from 255 or 46.46% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #063B3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B3E is #F9C4C1. Grayscale: #2B2B2B. Windows color (decimal): -16368834 or 4078342. OLE color: 4078342.

HSL color Cylindrical-coordinate representation of color #063B3E: hue angle of 183.21º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063B3E is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 59 62 -
CMYK 0.90 0.05 0 0.76
HSL 183.21º 0.82% 0.13% -
HSV(B) 183.21º 0.9% 0.24% -
XYZ 2.51 3.51 5.1 -
YUV 43.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 6 59 62 0.90 0.05 0 0.76 183.21 0.82 0.13
Hex 6 3B 3E 5A 5 0 4C B7 52 D
Octal 6 73 76 132 5 0 114 267 122 15
Binary 110 111011 111110 1011010 101 0 1001100 10110111 1010010 1101

Color Harmonies of #063B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B3E

Black with #063B3E

Text Example


Text Example

White with #063B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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