Html Css Color HEX #063C43 Cyprus

📋 copy color: '#063C43'

red 6 ◦ green 60 ◦ blue 67

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

Shades of Cyprus #063C43

Tints of Cyprus #063C43

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.11%

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

R = 4.51%
G = 45.11%
B = 50.38%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063C43 (or 0x063C43) is known color: Cyprus. HEX triplet: 06, 3C and 43. RGB value is (6,60,67). Sum of RGB (Red+Green+Blue) = 6+60+67=133 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.51% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #063C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C43 is #F9C3BC. Grayscale: #2C2C2C. Windows color (decimal): -16368573 or 4406278. OLE color: 4406278.

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

Color convert

RGB 6 60 67 -
CMYK 0.91 0.10 0 0.74
HSL 186.89º 0.84% 0.14% -
HSV(B) 186.89º 0.91% 0.26% -
XYZ 2.7 3.68 5.88 -
YUV 44.65 140.61 100.43 -
System Red Green Blue C M Y K H S L
Decimal 6 60 67 0.91 0.10 0 0.74 186.89 0.84 0.14
Hex 6 3C 43 5B A 0 4A BB 54 E
Octal 6 74 103 133 12 0 112 273 124 16
Binary 110 111100 1000011 1011011 1010 0 1001010 10111011 1010100 1110

Color Harmonies of #063C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C43

Black with #063C43

Text Example


Text Example

White with #063C43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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