Html Css Color HEX #063C3D Cyprus

📋 copy color: '#063C3D'

red 6 ◦ green 60 ◦ blue 61

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

Shades of Cyprus #063C3D

Tints of Cyprus #063C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.24%

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 4.72%
G = 47.24%
B = 48.03%

CMYK

 C value IS 0.90

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#063C3D (or 0x063C3D) is known color: Cyprus. HEX triplet: 06, 3C and 3D. RGB value is (6,60,61). Sum of RGB (Red+Green+Blue) = 6+60+61=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #063C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C3D is #F9C3C2. Grayscale: #2B2B2B. Windows color (decimal): -16368579 or 4013062. OLE color: 4013062.

HSL color Cylindrical-coordinate representation of color #063C3D: hue angle of 181.09º 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 #063C3D is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 60 61 -
CMYK 0.90 0.02 0 0.76
HSL 181.09º 0.82% 0.13% -
HSV(B) 181.09º 0.9% 0.24% -
XYZ 2.53 3.61 4.98 -
YUV 43.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 6 60 61 0.90 0.02 0 0.76 181.09 0.82 0.13
Hex 6 3C 3D 5A 2 0 4C B5 52 D
Octal 6 74 75 132 2 0 114 265 122 15
Binary 110 111100 111101 1011010 10 0 1001100 10110101 1010010 1101

Color Harmonies of #063C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C3D

Black with #063C3D

Text Example


Text Example

White with #063C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,60,61); }

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

background-color css

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

 a { background-color: rgb(6,60,61); }

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

border-color css

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

 span { border-color: rgb(6,60,61); }

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