Html Css Color HEX #063F41 Cyprus

📋 copy color: '#063F41'

red 6 ◦ green 63 ◦ blue 65

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

Shades of Cyprus #063F41

Tints of Cyprus #063F41

RGB

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

 GREEN value IS 63 (25% from 255) = 47.01%

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

R = 4.48%
G = 47.01%
B = 48.51%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063F41 (or 0x063F41) is known color: Cyprus. HEX triplet: 06, 3F and 41. RGB value is (6,63,65). Sum of RGB (Red+Green+Blue) = 6+63+65=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #063F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F41 is #F9C0BE. Grayscale: #2E2E2E. Windows color (decimal): -16367807 or 4275974. OLE color: 4275974.

HSL color Cylindrical-coordinate representation of color #063F41: hue angle of 182.03º 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 #063F41 is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 63 65 -
CMYK 0.91 0.03 0 0.75
HSL 182.03º 0.83% 0.14% -
HSV(B) 182.03º 0.91% 0.25% -
XYZ 2.81 3.98 5.62 -
YUV 46.19 138.62 99.34 -
System Red Green Blue C M Y K H S L
Decimal 6 63 65 0.91 0.03 0 0.75 182.03 0.83 0.14
Hex 6 3F 41 5B 3 0 4B B6 53 E
Octal 6 77 101 133 3 0 113 266 123 16
Binary 110 111111 1000001 1011011 11 0 1001011 10110110 1010011 1110

Color Harmonies of #063F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F41

Black with #063F41

Text Example


Text Example

White with #063F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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