Html Css Color HEX #06463D Cyprus

📋 copy color: '#06463D'

red 6 ◦ green 70 ◦ blue 61

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

Shades of Cyprus #06463D

Tints of Cyprus #06463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 44.53%

R = 4.38%
G = 51.09%
B = 44.53%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#06463D (or 0x06463D) is known color: Cyprus. HEX triplet: 06, 46 and 3D. RGB value is (6,70,61). Sum of RGB (Red+Green+Blue) = 6+70+61=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 70 (27.73% from 255 or 51.09% from 137); Blue value is 61 (24.22% from 255 or 44.53% from 137); Max value from RGB is 70 - color contains mainly: green. Hex color #06463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06463D is #F9B9C2. Grayscale: #313131. Windows color (decimal): -16366019 or 4015622. OLE color: 4015622.

HSL color Cylindrical-coordinate representation of color #06463D: hue angle of 171.56º 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 #06463D is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 61 -
CMYK 0.91 0 0.13 0.73
HSL 171.56º 0.84% 0.15% -
HSV(B) 171.56º 0.91% 0.27% -
XYZ 3.11 4.76 5.17 -
YUV 49.84 134.3 96.73 -
System Red Green Blue C M Y K H S L
Decimal 6 70 61 0.91 0 0.13 0.73 171.56 0.84 0.15
Hex 6 46 3D 5B 0 D 49 AC 54 F
Octal 6 106 75 133 0 15 111 254 124 17
Binary 110 1000110 111101 1011011 0 1101 1001001 10101100 1010100 1111

Color Harmonies of #06463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06463D

Black with #06463D

Text Example


Text Example

White with #06463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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