Html Css Color HEX #063E41 Cyprus

📋 copy color: '#063E41'

red 6 ◦ green 62 ◦ blue 65

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

Shades of Cyprus #063E41

Tints of Cyprus #063E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.87%

R = 4.51%
G = 46.62%
B = 48.87%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063E41 (or 0x063E41) is known color: Cyprus. HEX triplet: 06, 3E and 41. RGB value is (6,62,65). Sum of RGB (Red+Green+Blue) = 6+62+65=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #063E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E41 is #F9C1BE. Grayscale: #2D2D2D. Windows color (decimal): -16368063 or 4275718. OLE color: 4275718.

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

Color convert

RGB 6 62 65 -
CMYK 0.91 0.05 0 0.75
HSL 183.05º 0.83% 0.14% -
HSV(B) 183.05º 0.91% 0.25% -
XYZ 2.75 3.87 5.6 -
YUV 45.6 138.95 99.76 -
System Red Green Blue C M Y K H S L
Decimal 6 62 65 0.91 0.05 0 0.75 183.05 0.83 0.14
Hex 6 3E 41 5B 5 0 4B B7 53 E
Octal 6 76 101 133 5 0 113 267 123 16
Binary 110 111110 1000001 1011011 101 0 1001011 10110111 1010011 1110

Color Harmonies of #063E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E41

Black with #063E41

Text Example


Text Example

White with #063E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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