Html Css Color HEX #063B43 Cyprus

📋 copy color: '#063B43'

red 6 ◦ green 59 ◦ blue 67

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

Shades of Cyprus #063B43

Tints of Cyprus #063B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.7%

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

R = 4.55%
G = 44.7%
B = 50.76%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063B43 (or 0x063B43) is known color: Cyprus. HEX triplet: 06, 3B and 43. RGB value is (6,59,67). Sum of RGB (Red+Green+Blue) = 6+59+67=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 59 (23.44% from 255 or 44.70% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #063B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B43 is #F9C4BC. Grayscale: #2B2B2B. Windows color (decimal): -16368829 or 4406022. OLE color: 4406022.

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

Color convert

RGB 6 59 67 -
CMYK 0.91 0.12 0 0.74
HSL 187.87º 0.84% 0.14% -
HSV(B) 187.87º 0.91% 0.26% -
XYZ 2.65 3.57 5.86 -
YUV 44.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 6 59 67 0.91 0.12 0 0.74 187.87 0.84 0.14
Hex 6 3B 43 5B C 0 4A BC 54 E
Octal 6 73 103 133 14 0 112 274 124 16
Binary 110 111011 1000011 1011011 1100 0 1001010 10111100 1010100 1110

Color Harmonies of #063B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B43

Black with #063B43

Text Example


Text Example

White with #063B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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