Html Css Color HEX #063D44 Cyprus

📋 copy color: '#063D44'

red 6 ◦ green 61 ◦ blue 68

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

Shades of Cyprus #063D44

Tints of Cyprus #063D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 45.19%

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

R = 4.44%
G = 45.19%
B = 50.37%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#063D44 (or 0x063D44) is known color: Cyprus. HEX triplet: 06, 3D and 44. RGB value is (6,61,68). Sum of RGB (Red+Green+Blue) = 6+61+68=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #063D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D44 is #F9C2BB. Grayscale: #2D2D2D. Windows color (decimal): -16368316 or 4472070. OLE color: 4472070.

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

Color convert

RGB 6 61 68 -
CMYK 0.91 0.10 0 0.73
HSL 186.77º 0.84% 0.15% -
HSV(B) 186.77º 0.91% 0.27% -
XYZ 2.79 3.79 6.05 -
YUV 45.35 140.78 99.93 -
System Red Green Blue C M Y K H S L
Decimal 6 61 68 0.91 0.10 0 0.73 186.77 0.84 0.15
Hex 6 3D 44 5B A 0 49 BB 54 F
Octal 6 75 104 133 12 0 111 273 124 17
Binary 110 111101 1000100 1011011 1010 0 1001001 10111011 1010100 1111

Color Harmonies of #063D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D44

Black with #063D44

Text Example


Text Example

White with #063D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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