Html Css Color HEX #063E44 Cyprus

📋 copy color: '#063E44'

red 6 ◦ green 62 ◦ blue 68

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

Shades of Cyprus #063E44

Tints of Cyprus #063E44

RGB

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

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

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

R = 4.41%
G = 45.59%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063E44 (or 0x063E44) is known color: Cyprus. HEX triplet: 06, 3E and 44. RGB value is (6,62,68). Sum of RGB (Red+Green+Blue) = 6+62+68=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #063E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063E44 is #F9C1BB. Grayscale: #2D2D2D. Windows color (decimal): -16368060 or 4472326. OLE color: 4472326.

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

Color convert

RGB 6 62 68 -
CMYK 0.91 0.09 0 0.73
HSL 185.81º 0.84% 0.15% -
HSV(B) 185.81º 0.91% 0.27% -
XYZ 2.84 3.9 6.07 -
YUV 45.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 6 62 68 0.91 0.09 0 0.73 185.81 0.84 0.15
Hex 6 3E 44 5B 9 0 49 BA 54 F
Octal 6 76 104 133 11 0 111 272 124 17
Binary 110 111110 1000100 1011011 1001 0 1001001 10111010 1010100 1111

Color Harmonies of #063E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063E44

Black with #063E44

Text Example


Text Example

White with #063E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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