Html Css Color HEX #063F43 Cyprus

📋 copy color: '#063F43'

red 6 ◦ green 63 ◦ blue 67

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

Shades of Cyprus #063F43

Tints of Cyprus #063F43

RGB

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

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

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

R = 4.41%
G = 46.32%
B = 49.26%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063F43 (or 0x063F43) is known color: Cyprus. HEX triplet: 06, 3F and 43. RGB value is (6,63,67). Sum of RGB (Red+Green+Blue) = 6+63+67=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #063F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063F43 is #F9C0BC. Grayscale: #2E2E2E. Windows color (decimal): -16367805 or 4407046. OLE color: 4407046.

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

Color convert

RGB 6 63 67 -
CMYK 0.91 0.06 0 0.74
HSL 183.93º 0.84% 0.14% -
HSV(B) 183.93º 0.91% 0.26% -
XYZ 2.87 4 5.93 -
YUV 46.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 6 63 67 0.91 0.06 0 0.74 183.93 0.84 0.14
Hex 6 3F 43 5B 6 0 4A B8 54 E
Octal 6 77 103 133 6 0 112 270 124 16
Binary 110 111111 1000011 1011011 110 0 1001010 10111000 1010100 1110

Color Harmonies of #063F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063F43

Black with #063F43

Text Example


Text Example

White with #063F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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