Html Css Color HEX #063B40 Cyprus

📋 copy color: '#063B40'

red 6 ◦ green 59 ◦ blue 64

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

Shades of Cyprus #063B40

Tints of Cyprus #063B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 49.61%

R = 4.65%
G = 45.74%
B = 49.61%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063B40 (or 0x063B40) is known color: Cyprus. HEX triplet: 06, 3B and 40. RGB value is (6,59,64). Sum of RGB (Red+Green+Blue) = 6+59+64=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #063B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B40 is #F9C4BF. Grayscale: #2B2B2B. Windows color (decimal): -16368832 or 4209414. OLE color: 4209414.

HSL color Cylindrical-coordinate representation of color #063B40: hue angle of 185.17º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063B40 is Cyan = 0.91, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 59 64 -
CMYK 0.91 0.08 0 0.75
HSL 185.17º 0.83% 0.14% -
HSV(B) 185.17º 0.91% 0.25% -
XYZ 2.56 3.54 5.4 -
YUV 43.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 6 59 64 0.91 0.08 0 0.75 185.17 0.83 0.14
Hex 6 3B 40 5B 8 0 4B B9 53 E
Octal 6 73 100 133 10 0 113 271 123 16
Binary 110 111011 1000000 1011011 1000 0 1001011 10111001 1010011 1110

Color Harmonies of #063B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B40

Black with #063B40

Text Example


Text Example

White with #063B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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