Html Css Color HEX #063F44 Cyprus

📋 copy color: '#063F44'

red 6 ◦ green 63 ◦ blue 68

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

Shades of Cyprus #063F44

Tints of Cyprus #063F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 4.38%
G = 45.99%
B = 49.64%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063F44 (or 0x063F44) is known color: Cyprus. HEX triplet: 06, 3F and 44. RGB value is (6,63,68). Sum of RGB (Red+Green+Blue) = 6+63+68=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #063F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F44 is #F9C0BB. Grayscale: #2E2E2E. Windows color (decimal): -16367804 or 4472582. OLE color: 4472582.

HSL color Cylindrical-coordinate representation of color #063F44: hue angle of 184.84º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063F44 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 63 68 -
CMYK 0.91 0.07 0 0.73
HSL 184.84º 0.84% 0.15% -
HSV(B) 184.84º 0.91% 0.27% -
XYZ 2.9 4.01 6.09 -
YUV 46.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 6 63 68 0.91 0.07 0 0.73 184.84 0.84 0.15
Hex 6 3F 44 5B 7 0 49 B9 54 F
Octal 6 77 104 133 7 0 111 271 124 17
Binary 110 111111 1000100 1011011 111 0 1001001 10111001 1010100 1111

Color Harmonies of #063F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F44

Black with #063F44

Text Example


Text Example

White with #063F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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