Html Css Color HEX #06463F Cyprus

📋 copy color: '#06463F'

red 6 ◦ green 70 ◦ blue 63

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

Shades of Cyprus #06463F

Tints of Cyprus #06463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

 BLUE value IS 63 (25% from 255) = 45.32%

R = 4.32%
G = 50.36%
B = 45.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#06463F (or 0x06463F) is known color: Cyprus. HEX triplet: 06, 46 and 3F. RGB value is (6,70,63). Sum of RGB (Red+Green+Blue) = 6+70+63=139 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.32% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 63 (25% from 255 or 45.32% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #06463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06463F is #F9B9C0. Grayscale: #323232. Windows color (decimal): -16366017 or 4146694. OLE color: 4146694.

HSL color Cylindrical-coordinate representation of color #06463F: hue angle of 173.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06463F is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 63 -
CMYK 0.91 0 0.10 0.73
HSL 173.44º 0.84% 0.15% -
HSV(B) 173.44º 0.91% 0.27% -
XYZ 3.16 4.78 5.46 -
YUV 50.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 6 70 63 0.91 0 0.10 0.73 173.44 0.84 0.15
Hex 6 46 3F 5B 0 A 49 AD 54 F
Octal 6 106 77 133 0 12 111 255 124 17
Binary 110 1000110 111111 1011011 0 1010 1001001 10101101 1010100 1111

Color Harmonies of #06463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06463F

Black with #06463F

Text Example


Text Example

White with #06463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06463F; }

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

 H1.HeaderClassName
 {
   color: #06463F;
 }
 .AnyTagClassName
 {
   color: #06463F;
 }
</style>

background-color css

<style>
 a { background-color: #06463F; }

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

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

border-color css

<style>
 span { border-color: #06463F; }

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

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