Html Css Color HEX #063A43 Cyprus

📋 copy color: '#063A43'

red 6 ◦ green 58 ◦ blue 67

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

Shades of Cyprus #063A43

Tints of Cyprus #063A43

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.27%

 BLUE value IS 67 (26.56% from 255) = 51.15%

R = 4.58%
G = 44.27%
B = 51.15%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063A43 (or 0x063A43) is known color: Cyprus. HEX triplet: 06, 3A and 43. RGB value is (6,58,67). Sum of RGB (Red+Green+Blue) = 6+58+67=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 67 (26.56% from 255 or 51.15% from 131); Max value from RGB is 67 - color contains mainly: blue. Hex color #063A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A43 is #F9C5BC. Grayscale: #2B2B2B. Windows color (decimal): -16369085 or 4405766. OLE color: 4405766.

HSL color Cylindrical-coordinate representation of color #063A43: hue angle of 188.85º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063A43 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 58 67 -
CMYK 0.91 0.13 0 0.74
HSL 188.85º 0.84% 0.14% -
HSV(B) 188.85º 0.91% 0.26% -
XYZ 2.6 3.47 5.84 -
YUV 43.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 6 58 67 0.91 0.13 0 0.74 188.85 0.84 0.14
Hex 6 3A 43 5B D 0 4A BD 54 E
Octal 6 72 103 133 15 0 112 275 124 16
Binary 110 111010 1000011 1011011 1101 0 1001010 10111101 1010100 1110

Color Harmonies of #063A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A43

Black with #063A43

Text Example


Text Example

White with #063A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,58,67); }

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

background-color css

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

 a { background-color: rgb(6,58,67); }

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

border-color css

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

 span { border-color: rgb(6,58,67); }

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